Searched defs:plane (Results 1 – 4 of 4) 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() 677 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() 681 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() 685 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex()
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() 1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES() 1387 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) in glClipPlanexIMG() 1769 void glClipPlanefOES(GLenum plane, const GLfloat* equation) in glClipPlanefOES() 1775 void glClipPlanefIMG(GLenum plane, const GLfloat* equation) in glClipPlanefIMG()
|
D | gl_enc.cpp | 66 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanef_enc() 3017 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexOES_enc() 3035 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexIMG_enc() 4085 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefOES_enc() 4103 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefIMG_enc()
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 71 void glClipPlanef(GLenum plane, const GLfloat *equation) in glClipPlanef() 306 void glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex() 861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) in glClipPlanexOES() 1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation) in glClipPlanefOES()
|