Searched refs:glGetClipPlanefOES (Results 1 – 15 of 15) 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_gles1.in | 123 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat *equation)
|
D | entries.in | 337 GL_ENTRY(void, glGetClipPlanefOES, GLenum plane, GLfloat *equation)
|
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_riscv64.cc | 137 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanefOES); 417 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanefOES); in init_stub_library()
|
D | stubs_arm64.cc | 137 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanefOES); 417 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanefOES); in init_stub_library()
|
D | stubs_arm.cc | 137 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanefOES); 417 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanefOES); in init_stub_library()
|
/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/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 | 3383 glGetClipPlanefOES( in android_glGetClipPlanefOES__I_3FI() 3427 glGetClipPlanefOES( in android_glGetClipPlanefOES__ILjava_nio_FloatBuffer_2()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/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/core/api/ |
D | current.txt | 30427 method public static void glGetClipPlanefOES(int, float[], int); 30428 method public static void glGetClipPlanefOES(int, java.nio.FloatBuffer);
|