Home
last modified time | relevance | path

Searched refs:glLoadIdentity (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h112 {"glLoadIdentity", (void*)glLoadIdentity},
Dgl_client_context.h114 glLoadIdentity_client_proc_t glLoadIdentity; member
Dgl_client_context.cpp114 glLoadIdentity = (glLoadIdentity_client_proc_t) getProc("glLoadIdentity", userData); in initDispatchByName()
Dgl_entry.cpp109 void glLoadIdentity();
919 void glLoadIdentity() in glLoadIdentity() function
922 ctx->glLoadIdentity(ctx); in glLoadIdentity()
Dgl_enc.cpp9031 this->glLoadIdentity = &glLoadIdentity_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h118 glLoadIdentity_server_proc_t glLoadIdentity; member
Dgles1_server_context.cpp114 glLoadIdentity = (glLoadIdentity_server_proc_t) getProc("glLoadIdentity", userData); in initDispatchByName()
Dgles1_dec.cpp2142 this->glLoadIdentity(); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries32 void glLoadIdentity(void);
Dgles1_only_dispatch_logging_wrappers.impl135 DISPATCH_DEBUG_LOG("glLoadIdentity()");
Dgles12tr_internal.entries195 void glLoadIdentity(void);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h34 GL_APICALL void GL_APIENTRY glLoadIdentity();
Dgles1_only_functions.h34 X(void, glLoadIdentity, (), ()) \
Dgles12tr_internal.h197 X(void, glLoadIdentity, (), ()) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp938 dispatcher().glLoadIdentity(); in loadIdentity()
1679 gl.glLoadIdentity(); in drawTexOES()
1685 gl.glLoadIdentity(); in drawTexOES()
1689 gl.glLoadIdentity(); in drawTexOES()
DGLEScmImp.cpp1591 GL_API void GL_APIENTRY glLoadIdentity( void) { in glLoadIdentity() function
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h697 GL_API void GL_APIENTRY glLoadIdentity (void);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h487 GL_API void GL_APIENTRY glLoadIdentity (void);
/hardware/google/gfxstream/include/GLES/
Dgl.h697 GL_API void GL_APIENTRY glLoadIdentity (void);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in102 GL_ENTRY(void, glLoadIdentity, void)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h127 X(void, glLoadIdentity, (), ()) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h873 GLAPI void GLAPIENTRY glLoadIdentity( void );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h911 GLAPI void GLAPIENTRY glLoadIdentity( void );
Dgl_mangle.h1003 #define glLoadIdentity MANGLE(LoadIdentity) macro