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

1 2 3 4 5

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 14 {"glClipPlanef", (void*)glClipPlanef},
gl_client_context.h 14 glClipPlanef_client_proc_t glClipPlanef;
gl_client_context.cpp 16 glClipPlanef = (glClipPlanef_client_proc_t) getProc("glClipPlanef", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 23 {"glClipPlanef", (void *)glClipPlanef},
gles_dispatch.h 26 glClipPlanef_t glClipPlanef;
298 glClipPlanef_t set_glClipPlanef(glClipPlanef_t f) { glClipPlanef_t retval = glClipPlanef; glClipPlanef = f; return retval;}
    [all...]
gles.cpp 71 void glClipPlanef(GLenum plane, const GLfloat *equation)
73 getDispatch()->glClipPlanef(plane, equation);
    [all...]
  /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/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
checks.spec 26 glClipPlanef check eqn 4
  /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);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 723 public void glClipPlanef(int arg0, FloatBuffer arg1) {
724 ((GL11)mGL).glClipPlanef(arg0, arg1);
728 public void glClipPlanef(int arg0, float[] arg1, int arg2) {
729 ((GL11)mGL).glClipPlanef(arg0, arg1, arg2);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/native/opengl/libagl/
vertex.cpp 231 void glClipPlanef(GLenum plane, const GLfloat* equ)
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 1191 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1193 public native void glClipPlanef(
1199 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation )
1201 public native void glClipPlanef(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/proto/
gltrace.proto 64 glClipPlanef = 36;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]

Completed in 322 milliseconds

1 2 3 4 5