Home
last modified time | relevance | path

Searched refs:glClipPlanex (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java177 void glClipPlanex( in glClipPlanex() method
183 void glClipPlanex( in glClipPlanex() method
/frameworks/base/opengl/java/android/opengl/
DGLES11.java196 public static native void glClipPlanex( in glClipPlanex() method in GLES11
204 public static native void glClipPlanex( in glClipPlanex() method in GLES11
DGLErrorWrapper.java858 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() method in GLErrorWrapper
860 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex()
864 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() method in GLErrorWrapper
866 mgl11.glClipPlanex(plane, equation); in glClipPlanex()
DGLLogWrapper.java2605 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() method in GLLogWrapper
2611 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex()
2615 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() method in GLLogWrapper
2620 mgl11.glClipPlanex(plane, equation); in glClipPlanex()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11.spec5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
Dchecks.spec27 glClipPlanex check eqn 4
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.15 void glClipPlanex ( GLenum plane, const GLfixed *equation )
Dglspec-checks2 glClipPlanex check equation 4
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt32 glClipPlanex;
Dentries_gles1.in31 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation)
Dentries.in92 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc49 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanex);
329 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanex); in init_stub_library()
Dstubs_arm.cc49 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanex);
329 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanex); in init_stub_library()
/frameworks/native/opengl/libagl/
Dvertex.cpp243 void glClipPlanex(GLenum plane, const GLfixed* equ) in glClipPlanex() function
Degl.cpp888 (__eglMustCastToProperFunctionPointerType)&glClipPlanex },
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1211 public native void glClipPlanex( in glClipPlanex() method in GLImpl
1219 public native void glClipPlanex( in glClipPlanex() method in GLImpl
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in151 void API_ENTRY(glClipPlanex)(GLenum plane, const GLfixed *equation) {
152 CALL_GL_API(glClipPlanex, plane, equation);
/frameworks/native/opengl/include/GLES/
Dgl.h455 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h102 #define glClipPlanex wrap_glClipPlanex macro
Dgles_undefine.h102 #undef glClipPlanex
/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp627 glClipPlanex( in android_glClipPlanex__I_3II()
665 glClipPlanex( in android_glClipPlanex__ILjava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp4480 glClipPlanex( in android_glClipPlanex__I_3II()
4524 glClipPlanex( in android_glClipPlanex__ILjava_nio_IntBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19258 method public static void glClipPlanex(int, int[], int);
19259 method public static void glClipPlanex(int, java.nio.IntBuffer);
52178 method public abstract void glClipPlanex(int, int[], int);
52179 method public abstract void glClipPlanex(int, java.nio.IntBuffer);
/frameworks/base/non-updatable-api/
Dcurrent.txt31935 method public static void glClipPlanex(int, int[], int);
31936 method public static void glClipPlanex(int, java.nio.IntBuffer);
76440 method public void glClipPlanex(int, int[], int);
76441 method public void glClipPlanex(int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt32079 method public static void glClipPlanex(int, int[], int);
32080 method public static void glClipPlanex(int, java.nio.IntBuffer);
76584 method public void glClipPlanex(int, int[], int);
76585 method public void glClipPlanex(int, java.nio.IntBuffer);