Searched refs:glGetClipPlanexOES (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 360 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/ |
D | checks.spec | 58 glGetClipPlanexOES check eqn 4
|
D | GLES11Ext.spec | 23 void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn )
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 122 glGetClipPlanexOES;
|
D | entries.in | 339 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed *equation)
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 67 void API_ENTRY(glGetClipPlanexOES)(GLenum plane, GLfixed *equation) { 68 CALL_GL_API(glGetClipPlanexOES, plane, equation);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 331 #define glGetClipPlanexOES wrap_glGetClipPlanexOES macro
|
D | gles_undefine.h | 330 #undef glGetClipPlanexOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 219 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1245 glGetClipPlanexOES( in android_glGetClipPlanexOES__I_3II() 1289 glGetClipPlanexOES( in android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19498 method public static void glGetClipPlanexOES(int, int[], int); 19499 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28385 Landroid/opengl/GLES11Ext;->glGetClipPlanexOES(ILjava/nio/IntBuffer;)V 28386 Landroid/opengl/GLES11Ext;->glGetClipPlanexOES(I[II)V
|
/frameworks/base/api/ |
D | current.txt | 29925 method public static void glGetClipPlanexOES(int, int[], int); 29926 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
|