Searched refs:glBindFragDataLocationEXT (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 36 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindFragDataLocationEXT); 884 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindFragDataLocationEXT); in init_stub_library()
|
D | stubs_arm64.cc | 36 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindFragDataLocationEXT); 884 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindFragDataLocationEXT); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 36 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindFragDataLocationEXT); 884 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindFragDataLocationEXT); in init_stub_library()
|
D | stubs_arm.cc | 36 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindFragDataLocationEXT); 884 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindFragDataLocationEXT); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 36 #define glBindFragDataLocationEXT wrap_glBindFragDataLocationEXT macro
|
D | gles_undefine.h | 36 #undef glBindFragDataLocationEXT
|
D | gles_stubs.in | 1273 void API_ENTRY(glBindFragDataLocationEXT)(GLuint program, GLuint color, const GLchar *name) { 1274 CALL_GL_API(glBindFragDataLocationEXT, program, color, name);
|
D | gles_decls.in | 425 GL_ENTRY(void, glBindFragDataLocationEXT, GLuint program, GLuint color, const GLchar *name)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 319 void API_ENTRY(glBindFragDataLocationEXT)(GLuint program, GLuint color, const GLchar *name) { 320 CALL_GL_API(glBindFragDataLocationEXT, program, color, name);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 20 GL_ENTRY(void, glBindFragDataLocationEXT, GLuint program, GLuint color, const GLchar *name)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1110 GL_APICALL void GL_APIENTRY glBindFragDataLocationEXT (GLuint program, GLuint color, const GLchar *…
|