Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h113 {"glLoadMatrixx", (void*)glLoadMatrixx},
Dgl_client_context.h115 glLoadMatrixx_client_proc_t glLoadMatrixx; member
Dgl_client_context.cpp115 glLoadMatrixx = (glLoadMatrixx_client_proc_t) getProc("glLoadMatrixx", userData); in initDispatchByName()
Dgl_entry.cpp110 void glLoadMatrixx(const GLfixed* m);
925 void glLoadMatrixx(const GLfixed* m) in glLoadMatrixx() function
928 ctx->glLoadMatrixx(ctx, m); in glLoadMatrixx()
Dgl_enc.cpp9032 this->glLoadMatrixx = &glLoadMatrixx_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h119 glLoadMatrixx_server_proc_t glLoadMatrixx; member
Dgles1_server_context.cpp115 glLoadMatrixx = (glLoadMatrixx_server_proc_t) getProc("glLoadMatrixx", userData); in initDispatchByName()
Dgles1_dec.cpp2160 this->glLoadMatrixx((const GLfixed*)(inptr_m.get())); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries89 void glLoadMatrixx(const GLfixed *m);
Dgles1_only_dispatch_logging_wrappers.impl420 DISPATCH_DEBUG_LOG("glLoadMatrixx(m:%p)", m);
Dgles12tr_internal.entries197 void glLoadMatrixx( const GLfixed* m);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h91 GL_APICALL void GL_APIENTRY glLoadMatrixx(const GLfixed * m);
Dgles1_only_functions.h91 X(void, glLoadMatrixx, (const GLfixed * m), (m)) \
Dgles12tr_internal.h199 X(void, glLoadMatrixx, (const GLfixed* m), (m)) \
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib206 #void glLoadMatrixx(GLfixed *m)
207 glLoadMatrixx
Dgles1.in103 GL_ENTRY(void, glLoadMatrixx, const GLfixed *m)
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h488 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
/hardware/google/gfxstream/include/GLES/
Dgl.h698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h184 X(void, glLoadMatrixx, (const GLfixed * m), (m)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp1604 GL_API void GL_APIENTRY glLoadMatrixx( const GLfixed *m) { in glLoadMatrixx() function