Searched refs:glClipPlanexOES (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 296 public static native void glClipPlanexOES( in glClipPlanexOES() method in GLES11Ext 304 public static native void glClipPlanexOES( in glClipPlanexOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 34 glClipPlanexOES;
|
D | entries_gles1.in | 33 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
|
D | entries.in | 94 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanexOES); 331 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanexOES); in init_stub_library()
|
D | stubs_arm.cc | 51 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glClipPlanexOES); 331 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glClipPlanexOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 49 void API_ENTRY(glClipPlanexOES)(GLenum plane, const GLfixed *equation) { 50 CALL_GL_API(glClipPlanexOES, plane, equation);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 104 #define glClipPlanexOES wrap_glClipPlanexOES macro
|
D | gles_undefine.h | 104 #undef glClipPlanexOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 213 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 999 glClipPlanexOES( in android_glClipPlanexOES__I_3II() 1037 glClipPlanexOES( in android_glClipPlanexOES__ILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19460 method public static void glClipPlanexOES(int, int[], int); 19461 method public static void glClipPlanexOES(int, java.nio.IntBuffer);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32137 method public static void glClipPlanexOES(int, int[], int); 32138 method public static void glClipPlanexOES(int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 32281 method public static void glClipPlanexOES(int, int[], int); 32282 method public static void glClipPlanexOES(int, java.nio.IntBuffer);
|