Searched refs:glClipPlanef (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 46 glClipPlanef
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 47 glClipPlanef @139
|
D | libGLES_CM.lds | 48 glClipPlanef;
|
D | libGLES_CM.hpp | 65 void (*glClipPlanef)(GLenum plane, const GLfloat *equation); member in LibGLES_CMexports
|
D | main.cpp | 651 GL_API void GL_APIENTRY glClipPlanef(GLenum plane, const GLfloat *equation) in glClipPlanef() function 1442 this->glClipPlanef = es1::ClipPlanef; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4742 FUNCTION(glClipPlanef), in es1GetProcAddress()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 723 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/ |
D | glapi_dispatch.c | 101 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
|
/external/mesa3d/include/GLES/ |
D | gl.h | 416 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn);
|
/external/swiftshader/include/GLES/ |
D | gl.h | 407 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 76 "glClipPlanef",
|