Searched refs:glDrawBuffersIndexedEXT (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 186 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawBuffersIndexedEXT); 1034 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawBuffersIndexedEXT); in init_stub_library()
|
D | stubs_arm64.cc | 186 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawBuffersIndexedEXT); 1034 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawBuffersIndexedEXT); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 186 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawBuffersIndexedEXT); 1034 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawBuffersIndexedEXT); in init_stub_library()
|
D | stubs_arm.cc | 186 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawBuffersIndexedEXT); 1034 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawBuffersIndexedEXT); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 204 #define glDrawBuffersIndexedEXT wrap_glDrawBuffersIndexedEXT macro
|
D | gles_undefine.h | 204 #undef glDrawBuffersIndexedEXT
|
D | gles_stubs.in | 1417 void API_ENTRY(glDrawBuffersIndexedEXT)(GLint n, const GLenum *location, const GLint *indices) { 1418 CALL_GL_API(glDrawBuffersIndexedEXT, n, location, indices);
|
D | gles_decls.in | 473 GL_ENTRY(void, glDrawBuffersIndexedEXT, GLint n, const GLenum *location, const GLint *indices)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 538 void API_ENTRY(glDrawBuffersIndexedEXT)(GLint n, const GLenum *location, const GLint *indices) { 539 CALL_GL_API(glDrawBuffersIndexedEXT, n, location, indices);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 200 GL_ENTRY(void, glDrawBuffersIndexedEXT, GLint n, const GLenum *location, const GLint *indices)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1595 GL_APICALL void GL_APIENTRY glDrawBuffersIndexedEXT (GLint n, const GLenum *location, const GLint *…
|