Home
last modified time | relevance | path

Searched refs:glMatrixLoad3x2fNV (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc481 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixLoad3x2fNV);
1329 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glMatrixLoad3x2fNV); in init_stub_library()
Dstubs_arm64.cc481 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixLoad3x2fNV);
1329 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glMatrixLoad3x2fNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc481 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixLoad3x2fNV);
1329 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glMatrixLoad3x2fNV); in init_stub_library()
Dstubs_arm.cc481 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixLoad3x2fNV);
1329 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glMatrixLoad3x2fNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h548 #define glMatrixLoad3x2fNV wrap_glMatrixLoad3x2fNV macro
Dgles_undefine.h547 #undef glMatrixLoad3x2fNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1237 void API_ENTRY(glMatrixLoad3x2fNV)(GLenum matrixMode, const GLfloat *m) {
1238 CALL_GL_API(glMatrixLoad3x2fNV, matrixMode, m);
/frameworks/native/opengl/libs/
Dentries.in571 GL_ENTRY(void, glMatrixLoad3x2fNV, GLenum matrixMode, const GLfloat *m)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3199 GL_APICALL void GL_APIENTRY glMatrixLoad3x2fNV (GLenum matrixMode, const GLfloat *m);