Home
last modified time | relevance | path

Searched refs:glClipPlanef (Results 1 – 8 of 8) sorted by relevance

/development/ndk/platforms/android-21/arch-x86_64/symbols/
DlibGLESv1_CM.so.functions.txt26 glClipPlanef
/development/ndk/platforms/android-9/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt26 glClipPlanef
/development/ndk/platforms/android-21/arch-mips64/symbols/
DlibGLESv1_CM.so.functions.txt26 glClipPlanef
/development/ndk/platforms/android-21/arch-arm64/symbols/
DlibGLESv1_CM.so.functions.txt26 glClipPlanef
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt27 glClipPlanef
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt27 glClipPlanef
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java673 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() method in MatrixTrackingGL
674 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef()
677 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() method in MatrixTrackingGL
678 mgl11.glClipPlanef(plane, equation); in glClipPlanef()
/development/ndk/platforms/android-9/include/GLES/
Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);