Home
last modified time | relevance | path

Searched refs:glOrthox (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h122 {"glOrthox", (void*)glOrthox},
Dgl_client_context.h124 glOrthox_client_proc_t glOrthox; member
Dgl_client_context.cpp124 glOrthox = (glOrthox_client_proc_t) getProc("glOrthox", userData); in initDispatchByName()
Dgl_entry.cpp119 …void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa…
979 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox() function
982 ctx->glOrthox(ctx, left, right, bottom, top, zNear, zFar); in glOrthox()
Dgl_enc.cpp9041 this->glOrthox = &glOrthox_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h128 glOrthox_server_proc_t glOrthox; member
Dgles1_server_context.cpp124 glOrthox = (glOrthox_server_proc_t) getProc("glOrthox", userData); in initDispatchByName()
Dgles1_dec.cpp2333 this->glOrthox(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries95 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar…
Dgles1_only_dispatch_logging_wrappers.impl450 …DISPATCH_DEBUG_LOG("glOrthox(left:%d, right:%d, bottom:%d, top:%d, zNear:%d, zFar:%d)", left, righ…
Dgles12tr_internal.entries222 void glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h97 GL_APICALL void GL_APIENTRY glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi…
Dgles1_only_functions.h97 …X(void, glOrthox, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe…
Dgles12tr_internal.h224 …X(void, glOrthox, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe…
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h497 GL_API void GL_APIENTRY glOrthox (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
/hardware/google/gfxstream/include/GLES/
Dgl.h707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in112 GL_ENTRY(void, glOrthox, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h190 …X(void, glOrthox, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp1729 GL_API void GL_APIENTRY glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixe… in glOrthox() function