Searched refs:glClipPlanexOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 296 public static native void glClipPlanexOES( in glClipPlanexOES() method in GLES11Ext 304 public static native void glClipPlanexOES( in glClipPlanexOES() method in GLES11Ext
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 49 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed *equation) { 50 CALL_GL_API(glClipPlanexOES, plane, equation);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 107 #define glClipPlanexOES wrap_glClipPlanexOES macro
|
D | unwrap_gles.h | 107 #undef glClipPlanexOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 670 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 969 glClipPlanexOES( in android_glClipPlanexOES__I_3II() 998 glClipPlanexOES( in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 88 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19460 method public static void glClipPlanexOES(int, int[], int); 19461 method public static void glClipPlanexOES(int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 25970 method public static void glClipPlanexOES(int, int[], int); 25971 method public static void glClipPlanexOES(int, java.nio.IntBuffer);
|
D | system-current.txt | 28410 method public static void glClipPlanexOES(int, int[], int); 28411 method public static void glClipPlanexOES(int, java.nio.IntBuffer);
|
D | test-current.txt | 26039 method public static void glClipPlanexOES(int, int[], int); 26040 method public static void glClipPlanexOES(int, java.nio.IntBuffer);
|