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

1 2 3 4 5 6

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 170 {"glClearDepthxOES", (void*)glClearDepthxOES},
gl_client_context.h 190 glClearDepthxOES_client_proc_t glClearDepthxOES;
gl_client_context.cpp 190 glClearDepthxOES = (glClearDepthxOES_client_proc_t) getProc("glClearDepthxOES", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 180 {"glClearDepthxOES", (void *)glClearDepthxOES},
gles_dispatch.h 183 glClearDepthxOES_t glClearDepthxOES;
    [all...]
gles.cpp 856 void glClearDepthxOES(GLclampx depth)
858 getDispatch()->glClearDepthxOES(depth);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 16 void glClearDepthxOES ( GLclampx depth )
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 288 // C function void glClearDepthxOES ( GLclampx depth )
290 public static native void glClearDepthxOES(
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 94 #define glClearDepthxOES wrap_glClearDepthxOES
    [all...]
gles_undefine.h 94 #undef glClearDepthxOES
  /development/ndk/platforms/android-9/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/GLES/
glext.h 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]

Completed in 1249 milliseconds

1 2 3 4 5 6