Searched refs:GL_CLIP_PLANE0 (Results 1 – 15 of 15) sorted by relevance
/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 | 598 _mesa_set_enable(ctx, (GLenum) (GL_CLIP_PLANE0 + i), in pop_enable_group() 1383 _mesa_set_enable(ctx, GL_CLIP_PLANE0 + i, in _mesa_PopAttrib() 1386 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, eyePlane ); in _mesa_PopAttrib()
|
/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 | 1122 GLint p = (GLint) plane - (GLint) GL_CLIP_PLANE0; in radeonClipPlane() 1504 case GL_CLIP_PLANE0: in radeonEnable() 1510 p = cap-GL_CLIP_PLANE0; in radeonEnable()
|
D | radeon_state_init.c | 900 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() 1696 case GL_CLIP_PLANE0: in r200Enable() 1702 p = cap-GL_CLIP_PLANE0; in r200Enable()
|
D | r200_state_init.c | 1246 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/mesa3d/include/GLES/ |
D | gl.h | 114 #define GL_CLIP_PLANE0 0x3000 macro
|
/external/swiftshader/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/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 711 _mesa_set_enable(ctx, GL_CLIP_PLANE0 + i, GL_FALSE); in _mesa_meta_begin() 1105 _mesa_set_enable(ctx, GL_CLIP_PLANE0 + i, GL_TRUE); in _mesa_meta_end()
|
/external/mesa3d/include/GL/ |
D | gl.h | 317 #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()
|