Home
last modified time | relevance | path

Searched refs:glLoadMatrixxOES (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h190 {"glLoadMatrixxOES", (void*)glLoadMatrixxOES},
Dgl_client_context.h210 glLoadMatrixxOES_client_proc_t glLoadMatrixxOES; member
Dgl_client_context.cpp210 glLoadMatrixxOES = (glLoadMatrixxOES_client_proc_t) getProc("glLoadMatrixxOES", userData); in initDispatchByName()
Dgl_entry.cpp205 void glLoadMatrixxOES(const GLfixed* m);
1495 void glLoadMatrixxOES(const GLfixed* m) in glLoadMatrixxOES() function
1498 ctx->glLoadMatrixxOES(ctx, m); in glLoadMatrixxOES()
Dgl_enc.cpp9127 this->glLoadMatrixxOES = &glLoadMatrixxOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h214 glLoadMatrixxOES_server_proc_t glLoadMatrixxOES; member
Dgles1_server_context.cpp210 glLoadMatrixxOES = (glLoadMatrixxOES_server_proc_t) getProc("glLoadMatrixxOES", userData); in initDispatchByName()
Dgles1_dec.cpp4087 this->glLoadMatrixxOES((const GLfixed*)(inptr_m.get())); in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib448 #void glLoadMatrixxOES(GLfixed *m)
449 glLoadMatrixxOES
Dgles1.in205 GL_ENTRY(void, glLoadMatrixxOES, const GLfixed *m)
/hardware/google/gfxstream/include/GLES/
Dglext.h583 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries198 void glLoadMatrixxOES( const GLfixed* m);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h213 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h691 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h200 X(void, glLoadMatrixxOES, (const GLfixed* m), (m)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5233 GLAPI void APIENTRY glLoadMatrixxOES (const GLfixed *m);