Searched refs:glClearDepthf (Results 1 – 13 of 13) sorted by relevance
/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 | 26 void glClearDepthf(GLclampf depth); 328 void glClearDepthf(GLclampf depth) in glClearDepthf() function 331 ctx->glClearDepthf(ctx, depth); in glClearDepthf()
|
D | gl2_enc.cpp | 4999 this->glClearDepthf = &glClearDepthf_enc; in gl2_encoder_context_t()
|
/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 | 11 void glClearDepthf(GLclampf depth); 321 void glClearDepthf(GLclampf depth) in glClearDepthf() function 324 ctx->glClearDepthf(ctx, depth); in glClearDepthf()
|
D | gl_enc.cpp | 8173 this->glClearDepthf = &glClearDepthf_enc; in gl_encoder_context_t()
|