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

1 2 3

  /external/mesa3d/src/mapi/es1api/
ABI-check 29 glClipPlanex
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 89 {"glClipPlanex", (void*)glClipPlanex},
gl_client_context.h 91 glClipPlanex_client_proc_t glClipPlanex;
gl_client_context.cpp 91 glClipPlanex = (glClipPlanex_client_proc_t) getProc("glClipPlanex", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 70 {"glClipPlanex", (void *)glClipPlanex},
gles_dispatch.h 73 glClipPlanex_t glClipPlanex;
345 glClipPlanex_t set_glClipPlanex(glClipPlanex_t f) { glClipPlanex_t retval = glClipPlanex; glClipPlanex = f; return retval;}
    [all...]
gles.cpp 306 void glClipPlanex(GLenum plane, const GLfixed *equation)
308 getDispatch()->glClipPlanex(plane, equation);
    [all...]
  /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...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 177 void glClipPlanex(
183 void glClipPlanex(
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
checks.spec 27 glClipPlanex check eqn 4
  /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);
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 109 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 733 public void glClipPlanex(int arg0, IntBuffer arg1) {
734 ((GL11)mGL).glClipPlanex(arg0, arg1);
738 public void glClipPlanex(int arg0, int[] arg1, int arg2) {
739 ((GL11)mGL).glClipPlanex(arg0, arg1, arg2);
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/native/opengl/libagl/
vertex.cpp 243 void glClipPlanex(GLenum plane, const GLfixed* 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 1206 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1208 public native void glClipPlanex(
1214 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation )
1216 public native void glClipPlanex(
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 66 void (*glClipPlanex)(GLenum plane, const GLfixed *equation);
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
    [all...]
  /external/swiftshader/include/GLES/
gl.h 454 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 102 #define glClipPlanex wrap_glClipPlanex
    [all...]

Completed in 504 milliseconds

1 2 3