Searched refs:glLoadMatrixx (Results 1 – 21 of 21) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 113 {"glLoadMatrixx", (void*)glLoadMatrixx},
|
D | gl_client_context.h | 115 glLoadMatrixx_client_proc_t glLoadMatrixx; member
|
D | gl_client_context.cpp | 115 glLoadMatrixx = (glLoadMatrixx_client_proc_t) getProc("glLoadMatrixx", userData); in initDispatchByName()
|
D | gl_entry.cpp | 110 void glLoadMatrixx(const GLfixed* m); 925 void glLoadMatrixx(const GLfixed* m) in glLoadMatrixx() function 928 ctx->glLoadMatrixx(ctx, m); in glLoadMatrixx()
|
D | gl_enc.cpp | 9032 this->glLoadMatrixx = &glLoadMatrixx_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 119 glLoadMatrixx_server_proc_t glLoadMatrixx; member
|
D | gles1_server_context.cpp | 115 glLoadMatrixx = (glLoadMatrixx_server_proc_t) getProc("glLoadMatrixx", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 2160 this->glLoadMatrixx((const GLfixed*)(inptr_m.get())); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 89 void glLoadMatrixx(const GLfixed *m);
|
D | gles1_only_dispatch_logging_wrappers.impl | 420 DISPATCH_DEBUG_LOG("glLoadMatrixx(m:%p)", m);
|
D | gles12tr_internal.entries | 197 void glLoadMatrixx( const GLfixed* m);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 91 GL_APICALL void GL_APIENTRY glLoadMatrixx(const GLfixed * m);
|
D | gles1_only_functions.h | 91 X(void, glLoadMatrixx, (const GLfixed * m), (m)) \
|
D | gles12tr_internal.h | 199 X(void, glLoadMatrixx, (const GLfixed* m), (m)) \
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 206 #void glLoadMatrixx(GLfixed *m) 207 glLoadMatrixx
|
D | gles1.in | 103 GL_ENTRY(void, glLoadMatrixx, const GLfixed *m)
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 488 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 184 X(void, glLoadMatrixx, (const GLfixed * m), (m)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1604 GL_API void GL_APIENTRY glLoadMatrixx( const GLfixed *m) { in glLoadMatrixx() function
|