Searched refs:glClearDepthf (Results 1 – 22 of 22) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 22 {"glClearDepthf", (void *)glClearDepthf},
|
D | gles_dispatch.h | 25 glClearDepthf_t glClearDepthf; member 297 …t_glClearDepthf(glClearDepthf_t f) { glClearDepthf_t retval = glClearDepthf; glClearDepthf = f; re… in set_glClearDepthf()
|
D | gles.cpp | 66 void glClearDepthf(GLclampf depth) in glClearDepthf() function 68 getDispatch()->glClearDepthf(depth); in glClearDepthf()
|
/device/generic/goldfish-opengl/system/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()
|
D | gl_enc.cpp | 8374 this->glClearDepthf = &glClearDepthf_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/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()
|
D | gl2_entry.cpp | 25 void glClearDepthf(GLclampf depth); 544 void glClearDepthf(GLclampf depth) in glClearDepthf() function 547 ctx->glClearDepthf(ctx, depth); in glClearDepthf()
|
D | gl2_enc.cpp | 11590 this->glClearDepthf = &glClearDepthf_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 326 glClearDepthfOES = glClearDepthf; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 22 void glClearDepthf(GLfloat d);
|
D | gles1_core.entries | 10 void glClearDepthf(GLclampf depth);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 3 GL_ENTRY(void, glClearDepthf, GLclampf depth)
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
|
D | gl31.h | 394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat d);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 18 GL_ENTRY(void, glClearDepthf, GLclampf depth)
|