Home
last modified time | relevance | path

Searched refs:glOrtho (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_stubbed_in_translator_namespace.cpp94 GL_APICALL void GL_APIENTRY glOrtho(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) { r… in glOrtho() function
Dgles1_only.entries48 void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble…
Dgles1_stubbed_in_translator_namespace.entries93 void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble…
Dgles1_only_dispatch_logging_wrappers.impl215 …DISPATCH_DEBUG_LOG("glOrtho(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, right…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h50 GL_APICALL void GL_APIENTRY glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, G…
Dgles1_only_functions.h50 …X(void, glOrtho, (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GL…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp1681 gl.glOrtho(viewport[0],viewport[0] + viewport[2],viewport[1],viewport[1]+viewport[3],0,-1); in drawTexOES()
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h143 …X(void, glOrtho, (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GL…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h858 GLAPI void GLAPIENTRY glOrtho( GLdouble left, GLdouble right,
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h896 GLAPI void GLAPIENTRY glOrtho( GLdouble left, GLdouble right,
Dgl_mangle.h1253 #define glOrtho MANGLE(Ortho) macro