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/
DlibGLESv1_CM.map.txt122 glGetClipPlanexOES;
Dentries.in314 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed *equation)
/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/
Dgles_redefine.h330 #define glGetClipPlanexOES wrap_glGetClipPlanexOES macro
Dgles_undefine.h330 #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.cpp1246 glGetClipPlanexOES( in android_glGetClipPlanexOES__I_3II()
1290 glGetClipPlanexOES( in android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2()
/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.txt28229 method public static void glGetClipPlanexOES(int, int[], int);
28230 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
Dsystem-current.txt30938 method public static void glGetClipPlanexOES(int, int[], int);
30939 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);