HomeSort by relevance Sort by last modified time
    Searched defs:glClearDepthx (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 58 glClearDepthx_client_proc_t glClearDepthx;
gl_entry.cpp 56 void glClearDepthx(GLclampx depth);
591 void glClearDepthx(GLclampx depth)
594 ctx->glClearDepthx(ctx, depth);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 291 void glClearDepthx(GLclampx depth)
293 getDispatch()->glClearDepthx(depth);
    [all...]
gles_dispatch.h 70 glClearDepthx_t glClearDepthx;
342 glClearDepthx_t set_glClearDepthx(glClearDepthx_t f) { glClearDepthx_t retval = glClearDepthx; glClearDepthx = f; return retval;}
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 117 public void glClearDepthx(int depth) {
118 mgl.glClearDepthx(depth);
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 51 milliseconds