Home
last modified time | relevance | path

Searched refs:GL_CLIP_PLANE0 (Results 1 – 24 of 24) sorted by relevance

/external/angle/src/tests/gl_tests/gles1/
DClipPlaneTest.cpp46 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/
Dclip.c58 p = (GLint) plane - (GLint) GL_CLIP_PLANE0; in _mesa_ClipPlane()
106 p = (GLint) (plane - GL_CLIP_PLANE0); in _mesa_GetClipPlane()
Dattrib.c627 _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/
DContext_gles_1_0.cpp68 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()
DGLES1Renderer.cpp80 uniformBuffers.clipPlaneEnables[i] = glState->getEnableFeature(GL_CLIP_PLANE0 + i); in prepareForDraw()
394 uniformBuffers.clipPlaneEnables[i] = glState->getEnableFeature(GL_CLIP_PLANE0 + i); in prepareForDraw()
DvalidationES1.cpp352 if (plane < GL_CLIP_PLANE0 || plane >= GL_CLIP_PLANE0 + context->getCaps().maxClipPlanes) in ValidateClipPlaneCommon()
DState.cpp1194 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()
DvalidationES2.cpp698 case GL_CLIP_PLANE0: in ValidCap()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c65 context_dirty_i(ctx, CLIP_PLANE, plane - GL_CLIP_PLANE0); in nouveau_clip_plane()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1120 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()
Dradeon_state_init.c901 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in radeonInitState()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1350 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()
Dr200_state_init.c1247 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in r200InitState()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp551 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/
Dgl.h96 #define GL_CLIP_PLANE0 0x3000 macro
/external/swiftshader/include/GLES/
Dgl.h105 #define GL_CLIP_PLANE0 0x3000 macro
/external/mesa3d/include/GLES/
Dgl.h105 #define GL_CLIP_PLANE0 0x3000 macro
/external/deqp/external/openglcts/modules/gl/
Dgl3cClipDistance.cpp41 #define GL_CLIP_DISTANCE0 GL_CLIP_PLANE0
/external/angle/include/GLES/
Dgl.h109 #define GL_CLIP_PLANE0 0x3000 macro
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c728 _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/
Dgl.h312 #define GL_CLIP_PLANE0 0x3000 macro
/external/virglrenderer/src/
Dvrend_renderer.c4662 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/
Dglew.h743 #define GL_CLIP_PLANE0 0x3000 macro
2056 #define GL_CLIP_DISTANCE0 GL_CLIP_PLANE0
/external/crosvm/gpu_renderer/src/generated/
Depoxy_egl.rs1586 pub const GL_CLIP_PLANE0: u32 = 12288; constant