Home
last modified time | relevance | path

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

/development/ndk/platforms/android-21/arch-x86_64/symbols/
DlibGLESv1_CM.so.functions.txt28 glClipPlanex
/development/ndk/platforms/android-9/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt28 glClipPlanex
/development/ndk/platforms/android-21/arch-mips64/symbols/
DlibGLESv1_CM.so.functions.txt28 glClipPlanex
/development/ndk/platforms/android-21/arch-arm64/symbols/
DlibGLESv1_CM.so.functions.txt28 glClipPlanex
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt30 glClipPlanex
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt30 glClipPlanex
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java681 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() method in MatrixTrackingGL
682 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex()
685 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() method in MatrixTrackingGL
686 mgl11.glClipPlanex(plane, equation); in glClipPlanex()
/development/ndk/platforms/android-9/include/GLES/
Dgl.h645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);