Home
last modified time | relevance | path

Searched refs:glLoadMatrixf (Results 1 – 25 of 25) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h31 {"glLoadMatrixf", (void*)glLoadMatrixf},
Dgl_client_context.h33 glLoadMatrixf_client_proc_t glLoadMatrixf; member
Dgl_client_context.cpp33 glLoadMatrixf = (glLoadMatrixf_client_proc_t) getProc("glLoadMatrixf", userData); in initDispatchByName()
Dgl_entry.cpp28 void glLoadMatrixf(const GLfloat* m);
429 void glLoadMatrixf(const GLfloat* m) in glLoadMatrixf() function
432 ctx->glLoadMatrixf(ctx, m); in glLoadMatrixf()
Dgl_enc.cpp8950 this->glLoadMatrixf = &glLoadMatrixf_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h33 glLoadMatrixf_server_proc_t glLoadMatrixf; member
Dgles1_server_context.cpp33 glLoadMatrixf = (glLoadMatrixf_server_proc_t) getProc("glLoadMatrixf", userData); in initDispatchByName()
Dgles1_dec.cpp485 this->glLoadMatrixf((const GLfloat*)(inptr_m.get())); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries33 void glLoadMatrixf(const GLfloat *m);
Dgles1_only_dispatch_logging_wrappers.impl140 DISPATCH_DEBUG_LOG("glLoadMatrixf(m:%p)", m);
Dgles12tr_internal.entries196 void glLoadMatrixf( const GLfloat* m);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h35 GL_APICALL void GL_APIENTRY glLoadMatrixf(const GLfloat * m);
Dgles1_only_functions.h35 X(void, glLoadMatrixf, (const GLfloat * m), (m)) \
Dgles12tr_internal.h198 X(void, glLoadMatrixf, (const GLfloat* m), (m)) \
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib47 #void glLoadMatrixf(GLfloat *m)
48 glLoadMatrixf
Dgles1.in21 GL_ENTRY(void, glLoadMatrixf, const GLfloat *m)
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h405 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/hardware/google/gfxstream/include/GLES/
Dgl.h613 GL_API void GL_APIENTRY glLoadMatrixf (const GLfloat *m);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp287 dispatcher().glLoadMatrixf(&matrices[i][0][0]); in restoreMatrixStack()
948 dispatcher().glLoadMatrixf(m); in loadMatrixf()
DGLEScmImp.cpp1598 GL_API void GL_APIENTRY glLoadMatrixf( const GLfloat *m) { in glLoadMatrixf() function
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h128 X(void, glLoadMatrixf, (const GLfloat * m), (m)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h876 GLAPI void GLAPIENTRY glLoadMatrixf( const GLfloat *m );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h914 GLAPI void GLAPIENTRY glLoadMatrixf( const GLfloat *m );
Dgl_mangle.h1005 #define glLoadMatrixf MANGLE(LoadMatrixf) macro