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.in339 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.h331 #define glGetClipPlanexOES wrap_glGetClipPlanexOES macro
Dgles_undefine.h330 #undef glGetClipPlanexOES
/frameworks/native/opengl/include/GLES/
Dglext.h219 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1245 glGetClipPlanexOES( in android_glGetClipPlanexOES__I_3II()
1289 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/config/
Dhiddenapi-public-dex.txt28385 Landroid/opengl/GLES11Ext;->glGetClipPlanexOES(ILjava/nio/IntBuffer;)V
28386 Landroid/opengl/GLES11Ext;->glGetClipPlanexOES(I[II)V
/frameworks/base/api/
Dcurrent.txt29925 method public static void glGetClipPlanexOES(int, int[], int);
29926 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);