Searched refs:glGetClipPlanefOES (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 985 public static native void glGetClipPlanefOES( in glGetClipPlanefOES() method in GLES11Ext 993 public static native void glGetClipPlanefOES( in glGetClipPlanefOES() method in GLES11Ext
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 57 glGetClipPlanefOES check eqn 4
|
D | GLES11Ext.spec | 80 void glGetClipPlanefOES ( GLenum pname, GLfloat *eqn )
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 120 glGetClipPlanefOES;
|
D | entries.in | 337 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat *equation)
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 250 void API_ENTRY(glGetClipPlanefOES)(GLenum plane, GLfloat *equation) { 251 CALL_GL_API(glGetClipPlanefOES, plane, equation);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 329 #define glGetClipPlanefOES wrap_glGetClipPlanefOES macro
|
D | gles_undefine.h | 328 #undef glGetClipPlanefOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 421 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3414 glGetClipPlanefOES( in android_glGetClipPlanefOES__I_3FI() 3458 glGetClipPlanefOES( in android_glGetClipPlanefOES__ILjava_nio_FloatBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19496 method public static void glGetClipPlanefOES(int, float[], int); 19497 method public static void glGetClipPlanefOES(int, java.nio.FloatBuffer);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28383 Landroid/opengl/GLES11Ext;->glGetClipPlanefOES(ILjava/nio/FloatBuffer;)V 28384 Landroid/opengl/GLES11Ext;->glGetClipPlanefOES(I[FI)V
|
/frameworks/base/api/ |
D | current.txt | 29923 method public static void glGetClipPlanefOES(int, float[], int); 29924 method public static void glGetClipPlanefOES(int, java.nio.FloatBuffer);
|