Home
last modified time | relevance | path

Searched refs:glLoadMatrixx (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mapi/es1api/
DABI-check119 glLoadMatrixx
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def118 glLoadMatrixx @84
DlibGLES_CM.lds119 glLoadMatrixx;
DlibGLES_CM.hpp149 void (*glLoadMatrixx)(const GLfixed *m); member in LibGLES_CMexports
Dmain.cpp1063 GL_API void GL_APIENTRY glLoadMatrixx(const GLfixed *m) in glLoadMatrixx() function
1524 this->glLoadMatrixx = es1::LoadMatrixx; in LibGLES_CMexports()
DlibGLES_CM.cpp4834 FUNCTION(glLoadMatrixx), in es1GetProcAddress()
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java414 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in GLErrorLogger.ErrorLoggingGL
415 ((GL10)mGL).glLoadMatrixx(m); in glLoadMatrixx()
419 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in GLErrorLogger.ErrorLoggingGL
420 ((GL10)mGL).glLoadMatrixx(m, offset); in glLoadMatrixx()
/external/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c126 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
/external/mesa3d/include/GLES/
Dgl.h516 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
/external/swiftshader/include/GLES/
Dgl.h507 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl147 "glLoadMatrixx",