/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotFramebufferControl_unittest.cpp | 91 void stateChange() override { gl->glClearDepthf(*m_changed_value); } in stateChange()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 13 {"glClearDepthf", (void*)glClearDepthf},
|
D | gl_client_context.h | 15 glClearDepthf_client_proc_t glClearDepthf; member
|
D | gl_client_context.cpp | 15 glClearDepthf = (glClearDepthf_client_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
|
D | gl_entry.cpp | 10 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/ |
D | gl2_ftable.h | 28 {"glClearDepthf", (void*)glClearDepthf},
|
D | gl2_client_context.h | 30 glClearDepthf_client_proc_t glClearDepthf; member
|
D | gl2_client_context.cpp | 30 glClearDepthf = (glClearDepthf_client_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 22 void glClearDepthf(GLclampf depth);
|
D | gles_common.entries | 21 void glClearDepthf(GLclampf depth);
|
D | gles_common_for_gles2.entries | 22 void glClearDepthf(GLclampf depth);
|
D | gles_common_dispatch_logging_wrappers.impl | 65 DISPATCH_DEBUG_LOG("glClearDepthf(depth:%f)", depth);
|
D | gles12tr_internal.entries | 36 void glClearDepthf( GLfloat depth);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 23 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 23 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth);
|
D | gles_common_functions.h | 23 X(void, glClearDepthf, (GLclampf depth), (depth)) \
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 15 glClearDepthf_server_proc_t glClearDepthf; member
|
D | gles1_server_context.cpp | 15 glClearDepthf = (glClearDepthf_server_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 32 glClearDepthf_server_proc_t glClearDepthf; member
|
D | gles2_server_context.cpp | 30 glClearDepthf = (glClearDepthf_server_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 387 GL_API void GL_APIENTRY glClearDepthf (GLfloat d);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 142 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/ |
D | gl2.h | 543 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
|