Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h547 #define glMatrixLoad3x2fNV wrap_glMatrixLoad3x2fNV macro
Dgles_undefine.h547 #undef glMatrixLoad3x2fNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in940 void API_ENTRY(glMatrixLoad3x2fNV)(GLenum matrixMode, const GLfloat *m) {
941 CALL_GL_API(glMatrixLoad3x2fNV, matrixMode, m);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2616 GL_APICALL void GL_APIENTRY glMatrixLoad3x2fNV (GLenum matrixMode, const GLfloat *m);
/frameworks/native/opengl/libs/
Dentries.in531 GL_ENTRY(void, glMatrixLoad3x2fNV, GLenum matrixMode, const GLfloat *m)