HomeSort by relevance Sort by last modified time
    Searched refs:glClearDepthf (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/ui/gl/
gl_implementation_ozone.cc 18 glClearDepthf(static_cast<GLclampf>(depth));
gl_implementation_android.cc 22 glClearDepthf(static_cast<GLclampf>(depth));
gl_implementation_x11.cc 25 glClearDepthf(static_cast<GLclampf>(depth));
gl_implementation_win.cc 39 glClearDepthf(static_cast<GLclampf>(depth));
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 28 {"glClearDepthf", (void*)glClearDepthf},
gl2_client_context.h 28 glClearDepthf_client_proc_t glClearDepthf;
237 virtual glClearDepthf_client_proc_t set_glClearDepthf(glClearDepthf_client_proc_t f) { glClearDepthf_client_proc_t retval = glClearDepthf; glClearDepthf = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 13 {"glClearDepthf", (void*)glClearDepthf},
gl_client_context.h 13 glClearDepthf_client_proc_t glClearDepthf;
305 virtual glClearDepthf_client_proc_t set_glClearDepthf(glClearDepthf_client_proc_t f) { glClearDepthf_client_proc_t retval = glClearDepthf; glClearDepthf = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 22 {"glClearDepthf", (void *)glClearDepthf},
gles_dispatch.h 25 glClearDepthf_t glClearDepthf;
297 glClearDepthf_t set_glClearDepthf(glClearDepthf_t f) { glClearDepthf_t retval = glClearDepthf; glClearDepthf = f; return retval;}
    [all...]
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Stencil_Test/
Stencil_Test.c 69 glClearDepthf( 0.75f );
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 31 #define glClearDepthf GLES2_GET_FUN(ClearDepthf)
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 25 glClearDepthf_t glClearDepthf;
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 279 glClearDepthf(1.0);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 113 public void glClearDepthf(float depth) {
114 mgl.glClearDepthf(depth);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 55 glClearDepthf = 29;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 9 void glClearDepthf ( GLclampf depth )
GLES20.spec 18 void glClearDepthf ( GLclampf depth )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 331 // C function void glClearDepthf ( GLclampf depth )
333 public static native void glClearDepthf(
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 303 void glClearDepthf(
  /frameworks/native/opengl/libagl/
state.cpp 589 void glClearDepthf(GLclampf depth)
  /frameworks/rs/driver/
rsdGL.cpp 527 RSD_CALL_GL(glClearDepthf, v);
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 507 #define glClearDepthf GLES2_GET_FUN(ClearDepthf)
656 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 96 public void glClearDepthf(float depth) {
97 ((GL10)mGL).glClearDepthf(depth);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 

Completed in 449 milliseconds

1 2 3 4 5 6 7