Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp301 dispatcher.glMatrixMode(GL_PROJECTION); in postLoadRestoreCtx()
303 dispatcher.glMatrixMode(GL_MODELVIEW); in postLoadRestoreCtx()
305 dispatcher.glMatrixMode(GL_TEXTURE); in postLoadRestoreCtx()
320 dispatcher.glMatrixMode(mCurrMatrixMode); in postLoadRestoreCtx()
928 dispatcher().glMatrixMode(mode); in matrixMode()
1677 gl.glMatrixMode(GL_PROJECTION); in drawTexOES()
1683 gl.glMatrixMode(GL_TEXTURE); in drawTexOES()
1687 gl.glMatrixMode(GL_MODELVIEW); in drawTexOES()
1746 gl.glMatrixMode(GL_MODELVIEW); in drawTexOES()
1748 gl.glMatrixMode(GL_TEXTURE); in drawTexOES()
[all …]
DGLEScmImp.cpp1653 GL_API void GL_APIENTRY glMatrixMode( GLenum mode) { in glMatrixMode() function
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h117 {"glMatrixMode", (void*)glMatrixMode},
Dgl_client_context.h119 glMatrixMode_client_proc_t glMatrixMode; member
Dgl_client_context.cpp119 glMatrixMode = (glMatrixMode_client_proc_t) getProc("glMatrixMode", userData); in initDispatchByName()
Dgl_entry.cpp114 void glMatrixMode(GLenum mode);
949 void glMatrixMode(GLenum mode) in glMatrixMode() function
952 ctx->glMatrixMode(ctx, mode); in glMatrixMode()
Dgl_enc.cpp9036 this->glMatrixMode = &glMatrixMode_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h123 glMatrixMode_server_proc_t glMatrixMode; member
Dgles1_server_context.cpp119 glMatrixMode = (glMatrixMode_server_proc_t) getProc("glMatrixMode", userData); in initDispatchByName()
Dgles1_dec.cpp2233 this->glMatrixMode(var_mode); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries56 void glMatrixMode(GLenum mode);
Dgles1_only_dispatch_logging_wrappers.impl255 DISPATCH_DEBUG_LOG("glMatrixMode(mode:0x%X)", mode);
Dgles12tr_internal.entries207 void glMatrixMode( GLenum mode);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h58 GL_APICALL void GL_APIENTRY glMatrixMode(GLenum mode);
Dgles1_only_functions.h58 X(void, glMatrixMode, (GLenum mode), (mode)) \
Dgles12tr_internal.h209 X(void, glMatrixMode, (GLenum mode), (mode)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h702 GL_API void GL_APIENTRY glMatrixMode (GLenum mode);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h492 GL_API void GL_APIENTRY glMatrixMode (GLenum mode);
/hardware/google/gfxstream/include/GLES/
Dgl.h702 GL_API void GL_APIENTRY glMatrixMode (GLenum mode);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in107 GL_ENTRY(void, glMatrixMode, GLenum mode)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h151 X(void, glMatrixMode, (GLenum mode), (mode)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h856 GLAPI void GLAPIENTRY glMatrixMode( GLenum mode );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h894 GLAPI void GLAPIENTRY glMatrixMode( GLenum mode );
Dgl_mangle.h1053 #define glMatrixMode MANGLE(MatrixMode) macro