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

  /development/tools/emulator/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/base/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 16 void glClearDepthxOES ( GLclampx depth )
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 183 glClearDepthxOES_t glClearDepthxOES;
GLDispatch.cpp 206 s_gl.glClearDepthxOES = (glClearDepthxOES_t) s_gles_lib->findSymbol("glClearDepthxOES");
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 288 // C function void glClearDepthxOES ( GLclampx depth )
290 public static native void glClearDepthxOES(
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
  /prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
  /development/ndk/platforms/android-4/include/GLES/
glext.h 531 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
glext.h 565 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /frameworks/base/opengl/include/GLES/
glext.h 531 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
    [all...]
  /frameworks/base/opengl/libs/
glesv2dbg_functions.h 36 GL_ENTRY(void, glClearDepthxOES, GLclampx depth)
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 505 /* void glClearDepthxOES ( GLclampx depth ) */
509 glClearDepthxOES(
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 160 milliseconds