Searched refs:glOrtho (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_stubbed_in_translator_namespace.cpp | 94 GL_APICALL void GL_APIENTRY glOrtho(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) { r… in glOrtho() function
|
D | gles1_only.entries | 48 void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble…
|
D | gles1_stubbed_in_translator_namespace.entries | 93 void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble…
|
D | gles1_only_dispatch_logging_wrappers.impl | 215 …DISPATCH_DEBUG_LOG("glOrtho(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, right…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 50 GL_APICALL void GL_APIENTRY glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, G…
|
D | gles1_only_functions.h | 50 …X(void, glOrtho, (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GL…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 1681 gl.glOrtho(viewport[0],viewport[0] + viewport[2],viewport[1],viewport[1]+viewport[3],0,-1); in drawTexOES()
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 143 …X(void, glOrtho, (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GL…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 858 GLAPI void GLAPIENTRY glOrtho( GLdouble left, GLdouble right,
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 896 GLAPI void GLAPIENTRY glOrtho( GLdouble left, GLdouble right,
|
D | gl_mangle.h | 1253 #define glOrtho MANGLE(Ortho) macro
|