Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/es1api/
DABI-check47 glClipPlanex
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def48 glClipPlanex @140
DlibGLES_CM.lds49 glClipPlanex;
DlibGLES_CM.hpp66 void (*glClipPlanex)(GLenum plane, const GLfixed *equation); member in LibGLES_CMexports
Dmain.cpp656 GL_API void GL_APIENTRY glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex() function
1443 this->glClipPlanex = es1::ClipPlanex; in LibGLES_CMexports()
DlibGLES_CM.cpp4743 FUNCTION(glClipPlanex), in es1GetProcAddress()
/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/src/mapi/glapi/
Dglapi_dispatch.c109 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/external/mesa3d/include/GLES/
Dgl.h463 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/external/swiftshader/include/GLES/
Dgl.h454 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl77 "glClipPlanex",