Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h58 {"glClearDepthx", (void*)glClearDepthx},
Dgl_client_context.h60 glClearDepthx_client_proc_t glClearDepthx; member
Dgl_client_context.cpp60 glClearDepthx = (glClearDepthx_client_proc_t) getProc("glClearDepthx", userData); in initDispatchByName()
Dgl_entry.cpp55 void glClearDepthx(GLclampx depth);
591 void glClearDepthx(GLclampx depth) in glClearDepthx() function
594 ctx->glClearDepthx(ctx, depth); in glClearDepthx()
Dgl_enc.cpp8977 this->glClearDepthx = &glClearDepthx_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h60 glClearDepthx_server_proc_t glClearDepthx; member
Dgles1_server_context.cpp60 glClearDepthx = (glClearDepthx_server_proc_t) getProc("glClearDepthx", userData); in initDispatchByName()
Dgles1_dec.cpp997 this->glClearDepthx(var_depth); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries72 void glClearDepthx(GLclampx depth);
Dgles1_only_dispatch_logging_wrappers.impl335 DISPATCH_DEBUG_LOG("glClearDepthx(depth:%d)", depth);
Dgles12tr_internal.entries38 void glClearDepthx( GLclampx depth);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h74 GL_APICALL void GL_APIENTRY glClearDepthx(GLclampx depth);
Dgles1_only_functions.h74 X(void, glClearDepthx, (GLclampx depth), (depth)) \
Dgles12tr_internal.h40 X(void, glClearDepthx, (GLclampx depth), (depth)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h432 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth);
/hardware/google/gfxstream/include/GLES/
Dgl.h642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in48 GL_ENTRY(void, glClearDepthx, GLclampx depth)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h167 X(void, glClearDepthx, (GLclampx depth), (depth)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp579 GL_API void GL_APIENTRY glClearDepthx( GLclampx depth) { in glClearDepthx() function