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

1 2 3 4 5

  /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...]
gl2_entry.cpp 26 void glClearDepthf(GLclampf depth);
328 void glClearDepthf(GLclampf depth)
331 ctx->glClearDepthf(ctx, depth);
    [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...]
gles.cpp 66 void glClearDepthf(GLclampf depth)
68 getDispatch()->glClearDepthf(depth);
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 286 #define glClearDepthf(...) do { glClearDepthf(__VA_ARGS__); GLCHECK("glClearDepthf");} while(0)
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 25 glClearDepthf_t glClearDepthf;
  /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...]
GLErrorWrapper.java 118 public void glClearDepthf(float depth) {
120 mgl.glClearDepthf(depth);
    [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 533 RSD_CALL_GL(glClearDepthf, v);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 71 public void glClearDepthf(
  /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 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);

Completed in 1293 milliseconds

1 2 3 4 5