Searched refs:glClipPlanefOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 970 public static native void glClipPlanefOES( in glClipPlanefOES() method in GLES11Ext 978 public static native void glClipPlanefOES( in glClipPlanefOES() method in GLES11Ext
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 241 void API_ENTRY(glClipPlanefOES)(GLenum plane, const GLfloat *equation) { 242 CALL_GL_API(glClipPlanefOES, plane, equation);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 104 #define glClipPlanefOES wrap_glClipPlanefOES macro
|
D | unwrap_gles.h | 104 #undef glClipPlanefOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 849 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3000 glClipPlanefOES( in android_glClipPlanefOES__I_3FI() 3029 glClipPlanefOES( in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 85 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19458 method public static void glClipPlanefOES(int, float[], int); 19459 method public static void glClipPlanefOES(int, java.nio.FloatBuffer);
|
/frameworks/base/api/ |
D | current.txt | 25968 method public static void glClipPlanefOES(int, float[], int); 25969 method public static void glClipPlanefOES(int, java.nio.FloatBuffer);
|
D | system-current.txt | 28408 method public static void glClipPlanefOES(int, float[], int); 28409 method public static void glClipPlanefOES(int, java.nio.FloatBuffer);
|
D | test-current.txt | 26037 method public static void glClipPlanefOES(int, float[], int); 26038 method public static void glClipPlanefOES(int, java.nio.FloatBuffer);
|