/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 122 {"glOrthox", (void*)glOrthox},
|
D | gl_client_context.h | 124 glOrthox_client_proc_t glOrthox; member
|
D | gl_client_context.cpp | 124 glOrthox = (glOrthox_client_proc_t) getProc("glOrthox", userData); in initDispatchByName()
|
D | gl_entry.cpp | 119 …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()
|
D | gl_enc.cpp | 9041 this->glOrthox = &glOrthox_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 128 glOrthox_server_proc_t glOrthox; member
|
D | gles1_server_context.cpp | 124 glOrthox = (glOrthox_server_proc_t) getProc("glOrthox", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 2333 this->glOrthox(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 95 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar…
|
D | gles1_only_dispatch_logging_wrappers.impl | 450 …DISPATCH_DEBUG_LOG("glOrthox(left:%d, right:%d, bottom:%d, top:%d, zNear:%d, zFar:%d)", left, righ…
|
D | gles12tr_internal.entries | 222 void glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 97 GL_APICALL void GL_APIENTRY glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi…
|
D | gles1_only_functions.h | 97 …X(void, glOrthox, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe…
|
D | gles12tr_internal.h | 224 …X(void, glOrthox, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 497 GL_API void GL_APIENTRY glOrthox (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 112 GL_ENTRY(void, glOrthox, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 190 …X(void, glOrthox, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixe…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1729 GL_API void GL_APIENTRY glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixe… in glOrthox() function
|