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

1 2 3 4 5 6

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 232 {"glDepthRangefOES", (void*)glDepthRangefOES},
gl_client_context.h 252 glDepthRangefOES_client_proc_t glDepthRangefOES;
gl_client_context.cpp 252 glDepthRangefOES = (glDepthRangefOES_client_proc_t) getProc("glDepthRangefOES", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 240 {"glDepthRangefOES", (void *)glDepthRangefOES},
gles_dispatch.h 243 glDepthRangefOES_t glDepthRangefOES;
    [all...]
gles.cpp 1156 void glDepthRangefOES(GLclampf zNear, GLclampf zFar)
1158 getDispatch()->glDepthRangefOES(zNear, zFar);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 76 void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 939 // C function void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
941 public static native void glDepthRangefOES(
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 180 #define glDepthRangefOES wrap_glDepthRangefOES
    [all...]
gles_undefine.h 180 #undef glDepthRangefOES
  /development/ndk/platforms/android-9/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/GLES/
glext.h     [all...]

Completed in 545 milliseconds

1 2 3 4 5 6