Home
last modified time | relevance | path

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

/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-4/include/GLES/
Dgl.h595 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
/development/samples/GlobalTime/src/com/android/globaltime/
DGlobalTime.java1149 ((GL11) gl).glClipPlanef(GL11.GL_CLIP_PLANE0, in drawCityLights()