Home
last modified time | relevance | path

Searched refs:glClearDepthf (Results 1 – 25 of 51) sorted by relevance

123

/hardware/google/gfxstream/host/tests/
DGLSnapshotFramebufferControl_unittest.cpp91 void stateChange() override { gl->glClearDepthf(*m_changed_value); } in stateChange()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h13 {"glClearDepthf", (void*)glClearDepthf},
Dgl_client_context.h15 glClearDepthf_client_proc_t glClearDepthf; member
Dgl_client_context.cpp15 glClearDepthf = (glClearDepthf_client_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
Dgl_entry.cpp10 void glClearDepthf(GLclampf depth);
321 void glClearDepthf(GLclampf depth) in glClearDepthf() function
324 ctx->glClearDepthf(ctx, depth); in glClearDepthf()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h28 {"glClearDepthf", (void*)glClearDepthf},
Dgl2_client_context.h30 glClearDepthf_client_proc_t glClearDepthf; member
Dgl2_client_context.cpp30 glClearDepthf = (glClearDepthf_client_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries22 void glClearDepthf(GLclampf depth);
Dgles_common.entries21 void glClearDepthf(GLclampf depth);
Dgles_common_for_gles2.entries22 void glClearDepthf(GLclampf depth);
Dgles_common_dispatch_logging_wrappers.impl65 DISPATCH_DEBUG_LOG("glClearDepthf(depth:%f)", depth);
Dgles12tr_internal.entries36 void glClearDepthf( GLfloat depth);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h23 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth);
Dgles_common_for_gles2_static_translator_namespaced_header.h23 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth);
Dgles_common_functions.h23 X(void, glClearDepthf, (GLclampf depth), (depth)) \
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h15 glClearDepthf_server_proc_t glClearDepthf; member
Dgles1_server_context.cpp15 glClearDepthf = (glClearDepthf_server_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h32 glClearDepthf_server_proc_t glClearDepthf; member
Dgles2_server_context.cpp30 glClearDepthf = (glClearDepthf_server_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h387 GL_API void GL_APIENTRY glClearDepthf (GLfloat d);
/hardware/google/gfxstream/include/GLES/
Dgl.h595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp142 GL_API void GL_APIENTRY glClearDepthf( GLclampf depth);
280 …learDepthfOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glClearDepthf); in getProcAddressGles1()
572 GL_API void GL_APIENTRY glClearDepthf( GLclampf depth) { in glClearDepthf() function
/hardware/google/gfxstream/include/GLES2/
Dgl2.h543 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);

123