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

1 2 3 4

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 235 {"glClipPlanefOES", (void*)glClipPlanefOES},
gl_client_context.h 255 glClipPlanefOES_client_proc_t glClipPlanefOES;
gl_client_context.cpp 255 glClipPlanefOES = (glClipPlanefOES_client_proc_t) getProc("glClipPlanefOES", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 243 {"glClipPlanefOES", (void *)glClipPlanefOES},
gles_dispatch.h 246 glClipPlanefOES_t glClipPlanefOES;
    [all...]
gles.cpp 1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation)
1173 getDispatch()->glClipPlanefOES(plane, equation);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 968 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
970 public static native void glClipPlanefOES(
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 104 #undef glClipPlanefOES
wrap_gles.h 104 #define glClipPlanefOES wrap_glClipPlanefOES
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/GLES/
glext.h     [all...]

Completed in 892 milliseconds

1 2 3 4