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

1 2 3 4 5 6

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 171 {"glClipPlanexOES", (void*)glClipPlanexOES},
gl_client_context.h 191 glClipPlanexOES_client_proc_t glClipPlanexOES;
gl_client_context.cpp 191 glClipPlanexOES = (glClipPlanexOES_client_proc_t) getProc("glClipPlanexOES", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 181 {"glClipPlanexOES", (void *)glClipPlanexOES},
gles_dispatch.h 184 glClipPlanexOES_t glClipPlanexOES;
    [all...]
gles.cpp 861 void glClipPlanexOES(GLenum plane, const GLfixed *equation)
863 getDispatch()->glClipPlanexOES(plane, equation);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 294 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
296 public static native void glClipPlanexOES(
302 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
304 public static native void glClipPlanexOES(
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 104 #define glClipPlanexOES wrap_glClipPlanexOES
    [all...]
gles_undefine.h 104 #undef glClipPlanexOES
  /development/ndk/platforms/android-9/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]

Completed in 140 milliseconds

1 2 3 4 5 6