Home
last modified time | relevance | path

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

/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/include/GLES/
Dgl.h698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl133 "glLoadMatrixx",