/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...] |
GLLogWrapper.java | [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/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)
|
/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...] |
/development/ndk/platforms/android-4/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...] |
/frameworks/base/libs/hwui/debug/ |
unwrap_gles.h | 105 #undef glClipPlanex
|
wrap_gles.h | 105 #define glClipPlanex wrap_glClipPlanex [all...] |
/frameworks/native/opengl/include/GLES/ |
gl.h | 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/ |
gl.h | 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/ |
gl.h | 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/ |
gl.h | 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |