HomeSort by relevance Sort by last modified time
    Searched defs:glClipPlanef (Results 1 - 14 of 14) sorted by null

  /frameworks/base/opengl/libagl/
vertex.cpp 231 void glClipPlanef(GLenum plane, const GLfloat* equ)
  /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/java/android/opengl/
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...]
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(
GLLogWrapper.java     [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java     [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 287 #define glClipPlanef(...) do { glClipPlanef(__VA_ARGS__); GLCHECK("glClipPlanef");} while(0)
  /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...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 166 void glClipPlanef(
172 void glClipPlanef(
  /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 73 milliseconds