Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h86 {"glFrustumx", (void*)glFrustumx},
Dgl_client_context.h88 glFrustumx_client_proc_t glFrustumx; member
Dgl_client_context.cpp88 glFrustumx = (glFrustumx_client_proc_t) getProc("glFrustumx", userData); in initDispatchByName()
Dgl_entry.cpp83 …void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z…
761 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF… in glFrustumx() function
764 ctx->glFrustumx(ctx, left, right, bottom, top, zNear, zFar); in glFrustumx()
Dgl_enc.cpp9005 this->glFrustumx = &glFrustumx_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h90 glFrustumx_server_proc_t glFrustumx; member
Dgles1_server_context.cpp88 glFrustumx = (glFrustumx_server_proc_t) getProc("glFrustumx", userData); in initDispatchByName()
Dgles1_dec.cpp1534 this->glFrustumx(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries77 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF…
Dgles1_only_dispatch_logging_wrappers.impl360 …DISPATCH_DEBUG_LOG("glFrustumx(left:%d, right:%d, bottom:%d, top:%d, zNear:%d, zFar:%d)", left, ri…
Dgles12tr_internal.entries112 void glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed z…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h79 GL_APICALL void GL_APIENTRY glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GL…
Dgles1_only_functions.h79 …X(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfi…
Dgles12tr_internal.h114 …X(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfi…
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h461 GL_API void GL_APIENTRY glFrustumx (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed …
/hardware/google/gfxstream/include/GLES/
Dgl.h671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix…
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in76 GL_ENTRY(void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear,…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h172 …X(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfi…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp998 GL_API void GL_APIENTRY glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi… in glFrustumx() function