/external/angle/src/tests/gl_tests/gles1/ |
D | ClipPlaneTest.cpp | 46 GLenum plane = GL_CLIP_PLANE0 + i; in TEST_P() 68 glClipPlanef(GL_CLIP_PLANE0 + planeCount, nullptr); in TEST_P() 71 glClipPlanef(GL_CLIP_PLANE0 - 1, nullptr); in TEST_P() 74 glGetClipPlanef(GL_CLIP_PLANE0 + planeCount, nullptr); in TEST_P() 77 glGetClipPlanef(GL_CLIP_PLANE0 - 1, nullptr); in TEST_P() 90 GLenum plane = GL_CLIP_PLANE0 + i; in TEST_P()
|
/external/mesa3d/src/mesa/main/ |
D | clip.c | 58 p = (GLint) plane - (GLint) GL_CLIP_PLANE0; in _mesa_ClipPlane() 106 p = (GLint) (plane - GL_CLIP_PLANE0); in _mesa_GetClipPlane()
|
D | attrib.c | 627 _mesa_set_enable(ctx, (GLenum) (GL_CLIP_PLANE0 + i), in pop_enable_group() 1438 _mesa_set_enable(ctx, GL_CLIP_PLANE0 + i, in _mesa_PopAttrib() 1441 ctx->Driver.ClipPlane(ctx, GL_CLIP_PLANE0 + i, eyePlane); in _mesa_PopAttrib()
|
/external/angle/src/libANGLE/ |
D | Context_gles_1_0.cpp | 68 mState.gles1().setClipPlane(p - GL_CLIP_PLANE0, eqn); in clipPlanef() 80 mState.gles1().setClipPlane(plane - GL_CLIP_PLANE0, equationf); in clipPlanex() 183 mState.gles1().getClipPlane(plane - GL_CLIP_PLANE0, equation); in getClipPlanef() 190 mState.gles1().getClipPlane(plane - GL_CLIP_PLANE0, equationf); in getClipPlanex()
|
D | GLES1Renderer.cpp | 80 uniformBuffers.clipPlaneEnables[i] = glState->getEnableFeature(GL_CLIP_PLANE0 + i); in prepareForDraw() 394 uniformBuffers.clipPlaneEnables[i] = glState->getEnableFeature(GL_CLIP_PLANE0 + i); in prepareForDraw()
|
D | validationES1.cpp | 352 if (plane < GL_CLIP_PLANE0 || plane >= GL_CLIP_PLANE0 + context->getCaps().maxClipPlanes) in ValidateClipPlaneCommon()
|
D | State.cpp | 1194 case GL_CLIP_PLANE0: in setEnableFeature() 1200 mGLES1State.mClipPlanes[feature - GL_CLIP_PLANE0].enabled = enabled; in setEnableFeature() 1322 case GL_CLIP_PLANE0: in getEnableFeature() 1328 return mGLES1State.mClipPlanes[feature - GL_CLIP_PLANE0].enabled; in getEnableFeature()
|
D | validationES2.cpp | 698 case GL_CLIP_PLANE0: in ValidCap()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 65 context_dirty_i(ctx, CLIP_PLANE, plane - GL_CLIP_PLANE0); in nouveau_clip_plane()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 1120 GLint p = (GLint) plane - (GLint) GL_CLIP_PLANE0; in radeonClipPlane() 1481 case GL_CLIP_PLANE0: in radeonEnable() 1487 p = cap-GL_CLIP_PLANE0; in radeonEnable()
|
D | radeon_state_init.c | 901 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in radeonInitState()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 1350 GLint p = (GLint) plane - (GLint) GL_CLIP_PLANE0; in r200ClipPlane() 1675 case GL_CLIP_PLANE0: in r200Enable() 1681 p = cap-GL_CLIP_PLANE0; in r200Enable()
|
D | r200_state_init.c | 1247 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in r200InitState()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.cpp | 551 int index = plane - GL_CLIP_PLANE0; in ClipPlanef() 1214 case GL_CLIP_PLANE0: context->setClipPlaneEnabled(0, false); break; in Disable() 1351 case GL_CLIP_PLANE0: context->setClipPlaneEnabled(0, true); break; in Enable() 2518 case GL_CLIP_PLANE0: return context->isClipPlaneEnabled(0); break; in IsEnabled()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 96 #define GL_CLIP_PLANE0 0x3000 macro
|
/external/swiftshader/include/GLES/ |
D | gl.h | 105 #define GL_CLIP_PLANE0 0x3000 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 105 #define GL_CLIP_PLANE0 0x3000 macro
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cClipDistance.cpp | 41 #define GL_CLIP_DISTANCE0 GL_CLIP_PLANE0
|
/external/angle/include/GLES/ |
D | gl.h | 109 #define GL_CLIP_PLANE0 0x3000 macro
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 728 _mesa_set_enable(ctx, GL_CLIP_PLANE0 + i, GL_FALSE); in _mesa_meta_begin() 1117 _mesa_set_enable(ctx, GL_CLIP_PLANE0 + i, GL_TRUE); in _mesa_meta_end()
|
/external/mesa3d/include/GL/ |
D | gl.h | 312 #define GL_CLIP_PLANE0 0x3000 macro
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 4662 glEnable(GL_CLIP_PLANE0 + i); in vrend_hw_emit_rs() 4664 glDisable(GL_CLIP_PLANE0 + i); in vrend_hw_emit_rs() 6715 glClipPlane(GL_CLIP_PLANE0 + i, val); in vrend_set_clip_state()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 743 #define GL_CLIP_PLANE0 0x3000 macro 2056 #define GL_CLIP_DISTANCE0 GL_CLIP_PLANE0
|
/external/crosvm/gpu_renderer/src/generated/ |
D | epoxy_egl.rs | 1586 pub const GL_CLIP_PLANE0: u32 = 12288; constant
|