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

1 2 3 4 5 6 7

  /external/mesa3d/src/mapi/es1api/
ABI-check 28 glClipPlanef
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 14 {"glClipPlanef", (void*)glClipPlanef},
gl_client_context.h 16 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...]
  /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/mesa3d/src/mapi/glapi/
glapi_dispatch.c 101 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *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/v1/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)
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /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...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 65 void (*glClipPlanef)(GLenum plane, const GLfloat *equation);
  /development/ndk/platforms/android-9/include/GLES/
gl.h 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /device/generic/goldfish-opengl/system/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...]
  /external/swiftshader/include/GLES/
gl.h 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
    [all...]

Completed in 377 milliseconds

1 2 3 4 5 6 7