Searched refs:glPrimitiveBoundingBoxOES (Results 1 – 11 of 11) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 555 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBoxOES); 1403 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPrimitiveBoundingBoxOES); in init_stub_library()
|
D | stubs_arm64.cc | 555 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBoxOES); 1403 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPrimitiveBoundingBoxOES); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 555 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBoxOES); 1403 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPrimitiveBoundingBoxOES); in init_stub_library()
|
D | stubs_arm.cc | 555 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBoxOES); 1403 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPrimitiveBoundingBoxOES); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 628 #define glPrimitiveBoundingBoxOES wrap_glPrimitiveBoundingBoxOES macro
|
D | gles_undefine.h | 627 #undef glPrimitiveBoundingBoxOES
|
D | gles_stubs.in | 1186 void API_ENTRY(glPrimitiveBoundingBoxOES)(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, G… 1187 CALL_GL_API(glPrimitiveBoundingBoxOES, minX, minY, minZ, minW, maxX, maxY, maxZ, maxW);
|
D | gles_decls.in | 396 GL_ENTRY(void, glPrimitiveBoundingBoxOES, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, G…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 118 void API_ENTRY(glPrimitiveBoundingBoxOES)(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, G… 119 CALL_GL_API(glPrimitiveBoundingBoxOES, minX, minY, minZ, minW, maxX, maxY, maxZ, maxW);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 674 GL_ENTRY(void, glPrimitiveBoundingBoxOES, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, G…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 448 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxOES (GLfloat minX, GLfloat minY, GLfloat minZ, GL…
|