HomeSort by relevance Sort by last modified time
    Searched defs:glClipPlanex (Results 1 - 22 of 22) sorted by null

  /frameworks/base/opengl/libagl/
vertex.cpp 243 void glClipPlanex(GLenum plane, const GLfixed* equ)
  /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/quake/quake/src/WinQuake/
glquake.h 334 #define glClipPlanex(...) do { glClipPlanex(__VA_ARGS__); GLCHECK("glClipPlanex");} while(0)
  /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/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...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 177 void glClipPlanex(
183 void glClipPlanex(
  /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/Translator/GLES_CM/
GLEScmImp.cpp 406 GL_API void GL_APIENTRY glClipPlanex( GLenum plane, const GLfixed *equation) {
    [all...]
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 73 glClipPlanex_t glClipPlanex;
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 306 void glClipPlanex(GLenum plane, const GLfixed *equation)
308 getDispatch()->glClipPlanex(plane, equation);
    [all...]
gles_dispatch.h 73 glClipPlanex_t glClipPlanex;
345 glClipPlanex_t set_glClipPlanex(glClipPlanex_t f) { glClipPlanex_t retval = glClipPlanex; glClipPlanex = f; return retval;}
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 41 milliseconds