Searched refs:glMultMatrixxOES (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 193 {"glMultMatrixxOES", (void*)glMultMatrixxOES},
|
D | gl_client_context.h | 213 glMultMatrixxOES_client_proc_t glMultMatrixxOES; member
|
D | gl_client_context.cpp | 213 glMultMatrixxOES = (glMultMatrixxOES_client_proc_t) getProc("glMultMatrixxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 208 void glMultMatrixxOES(const GLfixed* m); 1513 void glMultMatrixxOES(const GLfixed* m) in glMultMatrixxOES() function 1516 ctx->glMultMatrixxOES(ctx, m); in glMultMatrixxOES()
|
D | gl_enc.cpp | 9130 this->glMultMatrixxOES = &glMultMatrixxOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 217 glMultMatrixxOES_server_proc_t glMultMatrixxOES; member
|
D | gles1_server_context.cpp | 213 glMultMatrixxOES = (glMultMatrixxOES_server_proc_t) getProc("glMultMatrixxOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4144 this->glMultMatrixxOES((const GLfixed*)(inptr_m.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 458 #void glMultMatrixxOES(GLfixed *m) 459 glMultMatrixxOES
|
D | gles1.in | 208 GL_ENTRY(void, glMultMatrixxOES, const GLfixed *m)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 586 GL_API void GL_APIENTRY glMultMatrixxOES (const GLfixed *m);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 212 void glMultMatrixxOES( const GLfixed* m);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 216 GL_API void GL_APIENTRY glMultMatrixxOES (const GLfixed *m);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 694 GL_API void GL_APIENTRY glMultMatrixxOES (const GLfixed *m);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 214 X(void, glMultMatrixxOES, (const GLfixed* m), (m)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5236 GLAPI void APIENTRY glMultMatrixxOES (const GLfixed *m);
|