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

1 2

  /frameworks/base/opengl/java/android/opengl/
GLES11.java 179 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
181 public static native void glClipPlanef(
187 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
189 public static native void glClipPlanef(
GLErrorWrapper.java 846 public void glClipPlanef(int plane, float[] equation, int offset) {
848 mgl11.glClipPlanef(plane, equation, offset);
852 public void glClipPlanef(int plane, FloatBuffer equation) {
854 mgl11.glClipPlanef(plane, equation);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 166 void glClipPlanef(
172 void glClipPlanef(
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11.spec 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
checks.spec 0 glClipPlanef check eqn 4
  /external/quake/quake/src/WinQuake/
glquake.h 287 #define glClipPlanef(...) do { glClipPlanef(__VA_ARGS__); GLCHECK("glClipPlanef");} while(0)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 673 public void glClipPlanef(int plane, float[] equation, int offset) {
674 mgl11.glClipPlanef(plane, equation, offset);
677 public void glClipPlanef(int plane, FloatBuffer equation) {
678 mgl11.glClipPlanef(plane, equation);
  /frameworks/base/opengl/libagl/
vertex.cpp 231 void glClipPlanef(GLenum plane, const GLfloat* equ)
egl.cpp 885 { "glClipPlanef",
886 (__eglMustCastToProperFunctionPointerType)&glClipPlanef },
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 1190 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1192 public native void glClipPlanef(
1198 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1200 public native void glClipPlanef(
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 211 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
232 glClipPlanef(
244 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
253 glClipPlanef(
    [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1184 milliseconds

1 2