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/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 | wrap_gles.h | 333 #define glGetClipPlanexOES wrap_glGetClipPlanexOES macro
|
D | unwrap_gles.h | 333 #undef glGetClipPlanexOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 676 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1153 glGetClipPlanexOES( in android_glGetClipPlanexOES__I_3II() 1191 glGetClipPlanexOES( in android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 314 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed *equation)
|
/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/api/ |
D | current.txt | 26008 method public static void glGetClipPlanexOES(int, int[], int); 26009 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
|
D | system-current.txt | 28448 method public static void glGetClipPlanexOES(int, int[], int); 28449 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
|
D | test-current.txt | 26077 method public static void glGetClipPlanexOES(int, int[], int); 26078 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
|