Searched defs:glClearDepthf (Results 1 - 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java113 public void glClearDepthf(float depth) { method in class:MatrixTrackingGL
114 mgl.glClearDepthf(depth);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_entry.cpp11 void glClearDepthf(GLclampf depth);
321 void glClearDepthf(GLclampf depth) function
324 ctx->glClearDepthf(ctx, depth);
H A Dgl_client_context.h13 glClearDepthf_client_proc_t glClearDepthf; member in struct:gl_client_context_t
305 virtual glClearDepthf_client_proc_t set_glClearDepthf(glClearDepthf_client_proc_t f) { glClearDepthf_client_proc_t retval = glClearDepthf; glClearDepthf = f; return retval;}
/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h28 glClearDepthf_client_proc_t glClearDepthf; member in struct:gl2_client_context_t
237 virtual glClearDepthf_client_proc_t set_glClearDepthf(glClearDepthf_client_proc_t f) { glClearDepthf_client_proc_t retval = glClearDepthf; glClearDepthf = f; return retval;}
H A Dgl2_entry.cpp26 void glClearDepthf(GLclampf depth);
328 void glClearDepthf(GLclampf depth) function
331 ctx->glClearDepthf(ctx, depth);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles.cpp66 void glClearDepthf(GLclampf depth) function
68 getDispatch()->glClearDepthf(depth);
H A Dgles_dispatch.h25 glClearDepthf_t glClearDepthf; member in struct:gles_dispatch
297 glClearDepthf_t set_glClearDepthf(glClearDepthf_t f) { glClearDepthf_t retval = glClearDepthf; glClearDepthf = f; return retval;}

Completed in 53 milliseconds