Searched refs:equation (Results 1 - 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java673 public void glClipPlanef(int plane, float[] equation, int offset) { argument
674 mgl11.glClipPlanef(plane, equation, offset);
677 public void glClipPlanef(int plane, FloatBuffer equation) { argument
678 mgl11.glClipPlanef(plane, equation);
681 public void glClipPlanex(int plane, int[] equation, int offset) { argument
682 mgl11.glClipPlanex(plane, equation, offset);
685 public void glClipPlanex(int plane, IntBuffer equation) { argument
686 mgl11.glClipPlanex(plane, equation);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles.cpp71 void glClipPlanef(GLenum plane, const GLfloat *equation) argument
73 getDispatch()->glClipPlanef(plane, equation);
306 void glClipPlanex(GLenum plane, const GLfixed *equation) argument
308 getDispatch()->glClipPlanex(plane, equation);
861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) argument
863 getDispatch()->glClipPlanexOES(plane, equation);
1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation) argument
1173 getDispatch()->glClipPlanefOES(plane, equation);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_enc.h27 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation);
202 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation);
203 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation);
266 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation);
267 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation);
H A Dgl_entry.cpp12 void glClipPlanef(GLenum plane, const GLfloat* equation);
187 void glClipPlanexOES(GLenum plane, const GLfixed* equation);
188 void glClipPlanexIMG(GLenum plane, const GLfixed* equation);
251 void glClipPlanefOES(GLenum plane, const GLfloat* equation);
252 void glClipPlanefIMG(GLenum plane, const GLfloat* equation);
327 void glClipPlanef(GLenum plane, const GLfloat* equation) argument
330 ctx->glClipPlanef(ctx, plane, equation);
1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) argument
1384 ctx->glClipPlanexOES(ctx, plane, equation);
1387 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) argument
1769 glClipPlanefOES(GLenum plane, const GLfloat* equation) argument
1775 glClipPlanefIMG(GLenum plane, const GLfloat* equation) argument
[all...]
H A Dgl_enc.cpp66 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) argument
81 memcpy(ptr, equation, __size_equation);ptr += __size_equation;
3017 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation) argument
3032 memcpy(ptr, equation, __size_equation);ptr += __size_equation;
3035 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation) argument
3050 memcpy(ptr, equation, __size_equation);ptr += __size_equation;
4085 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation) argument
4100 memcpy(ptr, equation, __size_equation);ptr += __size_equation;
4103 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation) argument
4118 memcpy(ptr, equation, __size_equatio
[all...]
/development/ndk/platforms/android-4/include/GLES/
H A Dglext.h532 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
572 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
706 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
713 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
H A Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);

Completed in 98 milliseconds