Home
last modified time | relevance | path

Searched refs:glGetClipPlanexOES (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java360 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/
Dchecks.spec58 glGetClipPlanexOES check eqn 4
DGLES11Ext.spec23 void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn )
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt122 glGetClipPlanexOES;
Dentries_gles1.in125 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed *equation)
Dentries.in339 GL_ENTRY(void, glGetClipPlanexOES, GLenum plane, GLfixed *equation)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc139 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanexOES);
419 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanexOES); in init_stub_library()
Dstubs_arm.cc139 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetClipPlanexOES);
419 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetClipPlanexOES); in init_stub_library()
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in67 void API_ENTRY(glGetClipPlanexOES)(GLenum plane, GLfixed *equation) {
68 CALL_GL_API(glGetClipPlanexOES, plane, equation);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h331 #define glGetClipPlanexOES wrap_glGetClipPlanexOES macro
Dgles_undefine.h330 #undef glGetClipPlanexOES
/frameworks/native/opengl/include/GLES/
Dglext.h219 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1211 glGetClipPlanexOES( in android_glGetClipPlanexOES__I_3II()
1255 glGetClipPlanexOES( in android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19498 method public static void glGetClipPlanexOES(int, int[], int);
19499 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
/frameworks/base/non-updatable-api/
Dcurrent.txt32175 method public static void glGetClipPlanexOES(int, int[], int);
32176 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt32319 method public static void glGetClipPlanexOES(int, int[], int);
32320 method public static void glGetClipPlanexOES(int, java.nio.IntBuffer);