/development/tools/emulator/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/base/opengl/tools/glgen/specs/gles11/ |
GLES11.spec | 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
checks.spec | 2 glClipPlanex check eqn 4
|
/external/quake/quake/src/WinQuake/ |
glquake.h | 334 #define glClipPlanex(...) do { glClipPlanex(__VA_ARGS__); GLCHECK("glClipPlanex");} while(0)
|
/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);
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
GLStub.java | 783 public void glClipPlanex( 789 public void glClipPlanex(
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 73 glClipPlanex_t glClipPlanex;
|
GLDispatch.cpp | 96 s_gl.glClipPlanex = (glClipPlanex_t) s_gles_lib->findSymbol("glClipPlanex");
|
/frameworks/base/opengl/libagl/ |
vertex.cpp | 243 void glClipPlanex(GLenum plane, const GLfixed* equ)
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | 1205 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation ) 1207 public native void glClipPlanex( 1213 // C function void glClipPlanex ( GLenum plane, const GLfixed *equation ) 1215 public native void glClipPlanex( [all...] |
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
gl.h | 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |
/frameworks/base/opengl/include/GLES/ |
gl.h | 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/ |
gl.h | 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/ |
gl.h | 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/ |
gl.h | 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/ |
gl.h | 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); [all...] |