Searched refs:glClipPlanex (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 47 glClipPlanex
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 48 glClipPlanex @140
|
D | libGLES_CM.lds | 49 glClipPlanex;
|
D | libGLES_CM.hpp | 66 void (*glClipPlanex)(GLenum plane, const GLfixed *equation); member in LibGLES_CMexports
|
D | main.cpp | 656 GL_API void GL_APIENTRY glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex() function 1443 this->glClipPlanex = es1::ClipPlanex; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4743 FUNCTION(glClipPlanex), in es1GetProcAddress()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 733 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/ |
D | glapi_dispatch.c | 109 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|
/external/mesa3d/include/GLES/ |
D | gl.h | 463 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|
/external/swiftshader/include/GLES/ |
D | gl.h | 454 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 77 "glClipPlanex",
|