Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h126 glLoadMatrixx_t glLoadMatrixx; member
DGLDispatch.cpp143 s_gl.glLoadMatrixx = (glLoadMatrixx_t) s_gles_lib->findSymbol("glLoadMatrixx"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib199 #void glLoadMatrixx(GLfixed *m)
200 glLoadMatrixx
Dgl.in103 GL_ENTRY(void, glLoadMatrixx, const GLfixed *m)
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java268 glLoadMatrixx(237, 237), enumConstant
761 case 237: return glLoadMatrixx; in valueOf()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in270 void, glLoadMatrixx, const GLfixed* m
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp1171 GL_API void GL_APIENTRY glLoadMatrixx( const GLfixed *m) { in glLoadMatrixx() function