Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h28 {"glClearDepthf", (void*)glClearDepthf},
Dgl2_client_context.h28 glClearDepthf_client_proc_t glClearDepthf; member
Dgl2_client_context.cpp30 glClearDepthf = (glClearDepthf_client_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
Dgl2_entry.cpp26 void glClearDepthf(GLclampf depth);
328 void glClearDepthf(GLclampf depth) in glClearDepthf() function
331 ctx->glClearDepthf(ctx, depth); in glClearDepthf()
Dgl2_enc.cpp2943 this->glClearDepthf = &glClearDepthf_enc; in gl2_encoder_context_t()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h22 {"glClearDepthf", (void *)glClearDepthf},
Dgles_dispatch.h25 glClearDepthf_t glClearDepthf; member
297 …t_glClearDepthf(glClearDepthf_t f) { glClearDepthf_t retval = glClearDepthf; glClearDepthf = f; re… in set_glClearDepthf()
Dgles.cpp66 void glClearDepthf(GLclampf depth) in glClearDepthf() function
68 getDispatch()->glClearDepthf(depth); in glClearDepthf()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h13 {"glClearDepthf", (void*)glClearDepthf},
Dgl_client_context.h13 glClearDepthf_client_proc_t glClearDepthf; member
Dgl_client_context.cpp15 glClearDepthf = (glClearDepthf_client_proc_t) getProc("glClearDepthf", userData); in initDispatchByName()
Dgl_entry.cpp11 void glClearDepthf(GLclampf depth);
321 void glClearDepthf(GLclampf depth) in glClearDepthf() function
324 ctx->glClearDepthf(ctx, depth); in glClearDepthf()
Dgl_enc.cpp4899 this->glClearDepthf = &glClearDepthf_enc; in gl_encoder_context_t()