/development/tools/emulator/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...] |
GLLogWrapper.java | [all...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11.java | 166 void glClipPlanef( 172 void glClipPlanef(
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
GLES11.spec | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
|
checks.spec | 0 glClipPlanef check eqn 4
|
/external/quake/quake/src/WinQuake/ |
glquake.h | 287 #define glClipPlanef(...) do { glClipPlanef(__VA_ARGS__); GLCHECK("glClipPlanef");} while(0)
|
/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);
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
GLStub.java | 772 public void glClipPlanef( 778 public void glClipPlanef(
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 26 glClipPlanef_t glClipPlanef;
|
GLDispatch.cpp | 49 s_gl.glClipPlanef = (glClipPlanef_t) s_gles_lib->findSymbol("glClipPlanef");
|
/frameworks/base/opengl/libagl/ |
vertex.cpp | 231 void glClipPlanef(GLenum plane, const GLfloat* equ)
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | 1190 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation ) 1192 public native void glClipPlanef( 1198 // C function void glClipPlanef ( GLenum plane, const GLfloat *equation ) 1200 public native void glClipPlanef( [all...] |
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
gl.h | 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); [all...] |
/frameworks/base/opengl/include/GLES/ |
gl.h | 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/ |
gl.h | 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/ |
gl.h | 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/ |
gl.h | 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/ |
gl.h | 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); [all...] |