Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java733 public void glClipPlanex(int arg0, IntBuffer arg1) { in glClipPlanex() method in GLErrorLogger.ErrorLoggingGL
734 ((GL11)mGL).glClipPlanex(arg0, arg1); in glClipPlanex()
738 public void glClipPlanex(int arg0, int[] arg1, int arg2) { in glClipPlanex() method in GLErrorLogger.ErrorLoggingGL
739 ((GL11)mGL).glClipPlanex(arg0, arg1, arg2); in glClipPlanex()
/external/mesa3d/include/GLES/
Dgl.h645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl63 "glClipPlanex",