Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java723 public void glClipPlanef(int arg0, FloatBuffer arg1) { in glClipPlanef() method in GLErrorLogger.ErrorLoggingGL
724 ((GL11)mGL).glClipPlanef(arg0, arg1); in glClipPlanef()
728 public void glClipPlanef(int arg0, float[] arg1, int arg2) { in glClipPlanef() method in GLErrorLogger.ErrorLoggingGL
729 ((GL11)mGL).glClipPlanef(arg0, arg1, arg2); in glClipPlanef()
/external/mesa3d/include/GLES/
Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl62 "glClipPlanef",