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/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 | unwrap_gles.h | 331 #undef glGetClipPlanefOES
|
D | wrap_gles.h | 331 #define glGetClipPlanefOES wrap_glGetClipPlanefOES macro
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 850 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum pname, GLfloat eqn[4]);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3072 glGetClipPlanefOES( in android_glGetClipPlanefOES__I_3FI() 3110 glGetClipPlanefOES( in android_glGetClipPlanefOES__ILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 312 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat *equation)
|
/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/api/ |
D | current.txt | 26106 method public static void glGetClipPlanefOES(int, float[], int); 26107 method public static void glGetClipPlanefOES(int, java.nio.FloatBuffer);
|
D | system-current.txt | 28595 method public static void glGetClipPlanefOES(int, float[], int); 28596 method public static void glGetClipPlanefOES(int, java.nio.FloatBuffer);
|
D | test-current.txt | 26180 method public static void glGetClipPlanefOES(int, float[], int); 26181 method public static void glGetClipPlanefOES(int, java.nio.FloatBuffer);
|