Searched refs:glGetClipPlanexOES (Results 1 – 14 of 14) 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/ |
D | libGLESv1_CM.map.txt | 122 glGetClipPlanexOES;
|
D | entries_gles1.in | 125 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed *equation)
|
D | entries.in | 339 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed *equation)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 139 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanexOES); 419 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanexOES); in init_stub_library()
|
D | stubs_arm.cc | 139 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanexOES); 419 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanexOES); in init_stub_library()
|
/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/native/opengl/include/GLES/ |
D | glext.h | 219 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1211 glGetClipPlanexOES( in android_glGetClipPlanexOES__I_3II() 1255 glGetClipPlanexOES( in android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/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 | 33589 method public static void glGetClipPlanexOES(int, int[], int); 33590 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
|