Searched refs:glLoadMatrixxOES (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 190 {"glLoadMatrixxOES", (void*)glLoadMatrixxOES},
|
D | gl_client_context.h | 210 glLoadMatrixxOES_client_proc_t glLoadMatrixxOES; member
|
D | gl_client_context.cpp | 210 glLoadMatrixxOES = (glLoadMatrixxOES_client_proc_t) getProc("glLoadMatrixxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 205 void glLoadMatrixxOES(const GLfixed* m); 1495 void glLoadMatrixxOES(const GLfixed* m) in glLoadMatrixxOES() function 1498 ctx->glLoadMatrixxOES(ctx, m); in glLoadMatrixxOES()
|
D | gl_enc.cpp | 9127 this->glLoadMatrixxOES = &glLoadMatrixxOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 214 glLoadMatrixxOES_server_proc_t glLoadMatrixxOES; member
|
D | gles1_server_context.cpp | 210 glLoadMatrixxOES = (glLoadMatrixxOES_server_proc_t) getProc("glLoadMatrixxOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4087 this->glLoadMatrixxOES((const GLfixed*)(inptr_m.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 448 #void glLoadMatrixxOES(GLfixed *m) 449 glLoadMatrixxOES
|
D | gles1.in | 205 GL_ENTRY(void, glLoadMatrixxOES, const GLfixed *m)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 583 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 198 void glLoadMatrixxOES( const GLfixed* m);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 213 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 691 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 200 X(void, glLoadMatrixxOES, (const GLfixed* m), (m)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5233 GLAPI void APIENTRY glLoadMatrixxOES (const GLfixed *m);
|