Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc491 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixMultTranspose3x3fNV);
1339 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glMatrixMultTranspose3x3fNV); in init_stub_library()
Dstubs_arm64.cc491 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixMultTranspose3x3fNV);
1339 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glMatrixMultTranspose3x3fNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc491 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixMultTranspose3x3fNV);
1339 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glMatrixMultTranspose3x3fNV); in init_stub_library()
Dstubs_arm.cc491 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMatrixMultTranspose3x3fNV);
1339 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glMatrixMultTranspose3x3fNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h554 #define glMatrixMultTranspose3x3fNV wrap_glMatrixMultTranspose3x3fNV macro
Dgles_undefine.h553 #undef glMatrixMultTranspose3x3fNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1252 void API_ENTRY(glMatrixMultTranspose3x3fNV)(GLenum matrixMode, const GLfloat *m) {
1253 CALL_GL_API(glMatrixMultTranspose3x3fNV, matrixMode, m);
/frameworks/native/opengl/libs/
Dentries.in582 GL_ENTRY(void, glMatrixMultTranspose3x3fNV, GLenum matrixMode, const GLfloat *m)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3204 GL_APICALL void GL_APIENTRY glMatrixMultTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);