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

  /frameworks/base/opengl/java/android/opengl/
GLES11.java 194 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
196 public static native void glClipPlanex(
202 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
204 public static native void glClipPlanex(
GLErrorWrapper.java 858 public void glClipPlanex(int plane, int[] equation, int offset) {
860 mgl11.glClipPlanex(plane, equation, offset);
864 public void glClipPlanex(int plane, IntBuffer equation) {
866 mgl11.glClipPlanex(plane, equation);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 177 void glClipPlanex(
183 void glClipPlanex(
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11.spec 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
checks.spec 2 glClipPlanex check eqn 4
  /external/quake/quake/src/WinQuake/
glquake.h 334 #define glClipPlanex(...) do { glClipPlanex(__VA_ARGS__); GLCHECK("glClipPlanex");} while(0)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 681 public void glClipPlanex(int plane, int[] equation, int offset) {
682 mgl11.glClipPlanex(plane, equation, offset);
685 public void glClipPlanex(int plane, IntBuffer equation) {
686 mgl11.glClipPlanex(plane, equation);
  /frameworks/base/opengl/libagl/
vertex.cpp 243 void glClipPlanex(GLenum plane, const GLfixed* equ)
egl.cpp 887 { "glClipPlanex",
888 (__eglMustCastToProperFunctionPointerType)&glClipPlanex },
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 1205 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1207 public native void glClipPlanex(
1213 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1215 public native void glClipPlanex(
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 262 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
283 glClipPlanex(
295 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
304 glClipPlanex(
    [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 706 milliseconds