Searched refs:plane (Results 1 – 5 of 5) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 673 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() argument 674 mgl11.glClipPlanef(plane, equation, offset); in glClipPlanef() 677 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() argument 678 mgl11.glClipPlanef(plane, equation); in glClipPlanef() 681 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() argument 682 mgl11.glClipPlanex(plane, equation, offset); in glClipPlanex() 685 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex() argument 686 mgl11.glClipPlanex(plane, equation); in glClipPlanex()
|
/development/ndk/platforms/android-4/include/GLES/ |
D | glext.h | 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation); 574 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation); 708 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation); 715 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
|
D | gl.h | 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|
/development/ndk/platforms/android-L/include/linux/ |
D | videodev2.h | 495 __u32 plane; member
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 984 vertical - j. at right angles to the plane of the horizon or a base line
|