Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h128 {"glPopMatrix", (void*)glPopMatrix},
Dgl_client_context.h130 glPopMatrix_client_proc_t glPopMatrix; member
Dgl_client_context.cpp130 glPopMatrix = (glPopMatrix_client_proc_t) getProc("glPopMatrix", userData); in initDispatchByName()
Dgl_entry.cpp125 void glPopMatrix();
1015 void glPopMatrix() in glPopMatrix() function
1018 ctx->glPopMatrix(ctx); in glPopMatrix()
Dgl_enc.cpp9047 this->glPopMatrix = &glPopMatrix_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h134 glPopMatrix_server_proc_t glPopMatrix; member
Dgles1_server_context.cpp130 glPopMatrix = (glPopMatrix_server_proc_t) getProc("glPopMatrix", userData); in initDispatchByName()
Dgles1_dec.cpp2439 this->glPopMatrix(); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries58 void glPopMatrix(void);
Dgles1_only_dispatch_logging_wrappers.impl265 DISPATCH_DEBUG_LOG("glPopMatrix()");
Dgles12tr_internal.entries240 void glPopMatrix(void);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h60 GL_APICALL void GL_APIENTRY glPopMatrix();
Dgles1_only_functions.h60 X(void, glPopMatrix, (), ()) \
Dgles12tr_internal.h242 X(void, glPopMatrix, (), ()) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp976 dispatcher().glPopMatrix(); in popMatrix()
1747 gl.glPopMatrix(); in drawTexOES()
1749 gl.glPopMatrix(); in drawTexOES()
1751 gl.glPopMatrix(); in drawTexOES()
DGLEScmImp.cpp1805 GL_API void GL_APIENTRY glPopMatrix(void) { in glPopMatrix() function
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h713 GL_API void GL_APIENTRY glPopMatrix (void);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h503 GL_API void GL_APIENTRY glPopMatrix (void);
/hardware/google/gfxstream/include/GLES/
Dgl.h713 GL_API void GL_APIENTRY glPopMatrix (void);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in118 GL_ENTRY(void, glPopMatrix, void)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h153 X(void, glPopMatrix, (), ()) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h871 GLAPI void GLAPIENTRY glPopMatrix( void );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h909 GLAPI void GLAPIENTRY glPopMatrix( void );
Dgl_mangle.h1301 #define glPopMatrix MANGLE(PopMatrix) macro