Searched refs:glDrawElementsInstancedBaseVertexOES (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 199 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstancedBaseVertexOES); 1047 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsInstancedBaseVertexOES); in init_stub_library()
|
D | stubs_arm64.cc | 199 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstancedBaseVertexOES); 1047 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsInstancedBaseVertexOES); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 199 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstancedBaseVertexOES); 1047 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsInstancedBaseVertexOES); in init_stub_library()
|
D | stubs_arm.cc | 199 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstancedBaseVertexOES); 1047 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsInstancedBaseVertexOES); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 218 #define glDrawElementsInstancedBaseVertexOES wrap_glDrawElementsInstancedBaseVertexOES macro
|
D | gles_undefine.h | 217 #undef glDrawElementsInstancedBaseVertexOES
|
D | gles_stubs.in | 1165 void API_ENTRY(glDrawElementsInstancedBaseVertexOES)(GLenum mode, GLsizei count, GLenum type, const… 1166 …CALL_GL_API(glDrawElementsInstancedBaseVertexOES, mode, count, type, indices, instancecount, basev…
|
D | gles_decls.in | 389 GL_ENTRY(void, glDrawElementsInstancedBaseVertexOES, GLenum mode, GLsizei count, GLenum type, const…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 94 void API_ENTRY(glDrawElementsInstancedBaseVertexOES)(GLenum mode, GLsizei count, GLenum type, const… 95 …CALL_GL_API(glDrawElementsInstancedBaseVertexOES, mode, count, type, indices, instancecount, basev…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 213 GL_ENTRY(void, glDrawElementsInstancedBaseVertexOES, GLenum mode, GLsizei count, GLenum type, const…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 341 GL_APICALL void GL_APIENTRY glDrawElementsInstancedBaseVertexOES (GLenum mode, GLsizei count, GLenu…
|