Searched refs:glMatrixLoadTranspose3x3fNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 484 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixLoadTranspose3x3fNV); 1332 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glMatrixLoadTranspose3x3fNV); in init_stub_library()
|
D | stubs_arm64.cc | 484 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixLoadTranspose3x3fNV); 1332 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glMatrixLoadTranspose3x3fNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 484 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixLoadTranspose3x3fNV); 1332 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glMatrixLoadTranspose3x3fNV); in init_stub_library()
|
D | stubs_arm.cc | 484 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixLoadTranspose3x3fNV); 1332 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glMatrixLoadTranspose3x3fNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 550 #define glMatrixLoadTranspose3x3fNV wrap_glMatrixLoadTranspose3x3fNV macro
|
D | gles_undefine.h | 549 #undef glMatrixLoadTranspose3x3fNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1243 void API_ENTRY(glMatrixLoadTranspose3x3fNV)(GLenum matrixMode, const GLfloat *m) { 1244 CALL_GL_API(glMatrixLoadTranspose3x3fNV, matrixMode, m);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 574 GL_ENTRY(void, glMatrixLoadTranspose3x3fNV, GLenum matrixMode, const GLfloat *m)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3201 GL_APICALL void GL_APIENTRY glMatrixLoadTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);
|