Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h74 {"glDepthRangex", (void*)glDepthRangex},
Dgl_client_context.h76 glDepthRangex_client_proc_t glDepthRangex; member
Dgl_client_context.cpp76 glDepthRangex = (glDepthRangex_client_proc_t) getProc("glDepthRangex", userData); in initDispatchByName()
Dgl_entry.cpp71 void glDepthRangex(GLclampx zNear, GLclampx zFar);
689 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex() function
692 ctx->glDepthRangex(ctx, zNear, zFar); in glDepthRangex()
Dgl_enc.cpp8993 this->glDepthRangex = &glDepthRangex_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h78 glDepthRangex_server_proc_t glDepthRangex; member
Dgles1_server_context.cpp76 glDepthRangex = (glDepthRangex_server_proc_t) getProc("glDepthRangex", userData); in initDispatchByName()
Dgles1_dec.cpp1318 this->glDepthRangex(var_zNear, var_zFar); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries74 void glDepthRangex(GLclampx zNear, GLclampx zFar);
Dgles1_only_dispatch_logging_wrappers.impl345 DISPATCH_DEBUG_LOG("glDepthRangex(zNear:%d, zFar:%d)", zNear, zFar);
Dgles12tr_internal.entries76 void glDepthRangex( GLclampx zNear, GLclampx zFar);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h76 GL_APICALL void GL_APIENTRY glDepthRangex(GLclampx zNear, GLclampx zFar);
Dgles1_only_functions.h76 X(void, glDepthRangex, (GLclampx zNear, GLclampx zFar), (zNear, zFar)) \
Dgles12tr_internal.h78 X(void, glDepthRangex, (GLclampx zNear, GLclampx zFar), (zNear, zFar)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h449 GL_API void GL_APIENTRY glDepthRangex (GLfixed n, GLfixed f);
/hardware/google/gfxstream/include/GLES/
Dgl.h659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in64 GL_ENTRY(void, glDepthRangex, GLclampx zNear, GLclampx zFar)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h169 X(void, glDepthRangex, (GLclampx zNear, GLclampx zFar), (zNear, zFar)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp879 GL_API void GL_APIENTRY glDepthRangex( GLclampx zNear, GLclampx zFar) { in glDepthRangex() function