Searched refs:glPushMatrix (Results 1 – 24 of 24) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 129 {"glPushMatrix", (void*)glPushMatrix},
|
D | gl_client_context.h | 131 glPushMatrix_client_proc_t glPushMatrix; member
|
D | gl_client_context.cpp | 131 glPushMatrix = (glPushMatrix_client_proc_t) getProc("glPushMatrix", userData); in initDispatchByName()
|
D | gl_entry.cpp | 126 void glPushMatrix(); 1021 void glPushMatrix() in glPushMatrix() function 1024 ctx->glPushMatrix(ctx); in glPushMatrix()
|
D | gl_enc.cpp | 9048 this->glPushMatrix = &glPushMatrix_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 135 glPushMatrix_server_proc_t glPushMatrix; member
|
D | gles1_server_context.cpp | 131 glPushMatrix = (glPushMatrix_server_proc_t) getProc("glPushMatrix", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 2455 this->glPushMatrix(); in decode()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 285 dispatcher().glPushMatrix(); in restoreMatrixStack() 962 dispatcher().glPushMatrix(); in pushMatrix() 1678 gl.glPushMatrix(); in drawTexOES() 1684 gl.glPushMatrix(); in drawTexOES() 1688 gl.glPushMatrix(); in drawTexOES()
|
D | GLEScmImp.cpp | 1812 GL_API void GL_APIENTRY glPushMatrix(void) { in glPushMatrix() function
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 59 void glPushMatrix(void);
|
D | gles1_only_dispatch_logging_wrappers.impl | 270 DISPATCH_DEBUG_LOG("glPushMatrix()");
|
D | gles12tr_internal.entries | 241 void glPushMatrix(void);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 61 GL_APICALL void GL_APIENTRY glPushMatrix();
|
D | gles1_only_functions.h | 61 X(void, glPushMatrix, (), ()) \
|
D | gles12tr_internal.h | 243 X(void, glPushMatrix, (), ()) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 714 GL_API void GL_APIENTRY glPushMatrix (void);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 504 GL_API void GL_APIENTRY glPushMatrix (void);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 714 GL_API void GL_APIENTRY glPushMatrix (void);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 119 GL_ENTRY(void, glPushMatrix, void)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 154 X(void, glPushMatrix, (), ()) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 869 GLAPI void GLAPIENTRY glPushMatrix( void );
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 907 GLAPI void GLAPIENTRY glPushMatrix( void );
|
D | gl_mangle.h | 1476 #define glPushMatrix MANGLE(PushMatrix) macro
|