Home
last modified time | relevance | path

Searched refs:glGetClipPlanexOES (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java360 public static native void glGetClipPlanexOES( in glGetClipPlanexOES() method in GLES11Ext
368 public static native void glGetClipPlanexOES( in glGetClipPlanexOES() method in GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec58 glGetClipPlanexOES check eqn 4
DGLES11Ext.spec23 void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in67 void API_ENTRY(glGetClipPlanexOES)(GLenum plane, GLfixed *equation) {
68 CALL_GL_API(glGetClipPlanexOES, plane, equation);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h333 #define glGetClipPlanexOES wrap_glGetClipPlanexOES macro
Dunwrap_gles.h333 #undef glGetClipPlanexOES
/frameworks/native/opengl/include/GLES/
Dglext.h676 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1153 glGetClipPlanexOES( in android_glGetClipPlanexOES__I_3II()
1191 glGetClipPlanexOES( in android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2()
/frameworks/native/opengl/libs/
Dentries.in314 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed *equation)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19498 method public static void glGetClipPlanexOES(int, int[], int);
19499 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt26008 method public static void glGetClipPlanexOES(int, int[], int);
26009 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
Dsystem-current.txt28448 method public static void glGetClipPlanexOES(int, int[], int);
28449 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
Dtest-current.txt26077 method public static void glGetClipPlanexOES(int, int[], int);
26078 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);