Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/es1api/
DABI-check46 glClipPlanef
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def47 glClipPlanef @139
DlibGLES_CM.lds48 glClipPlanef;
DlibGLES_CM.hpp65 void (*glClipPlanef)(GLenum plane, const GLfloat *equation); member in LibGLES_CMexports
Dmain.cpp651 GL_API void GL_APIENTRY glClipPlanef(GLenum plane, const GLfloat *equation) in glClipPlanef() function
1442 this->glClipPlanef = es1::ClipPlanef; in LibGLES_CMexports()
DlibGLES_CM.cpp4742 FUNCTION(glClipPlanef), in es1GetProcAddress()
/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/src/mapi/glapi/
Dglapi_dispatch.c101 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
/external/mesa3d/include/GLES/
Dgl.h416 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn);
/external/swiftshader/include/GLES/
Dgl.h407 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl76 "glClipPlanef",