Home
last modified time | relevance | path

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

/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.c598 _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/
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.c1122 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()
Dradeon_state_init.c900 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()
1696 case GL_CLIP_PLANE0: in r200Enable()
1702 p = cap-GL_CLIP_PLANE0; in r200Enable()
Dr200_state_init.c1246 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/mesa3d/include/GLES/
Dgl.h114 #define GL_CLIP_PLANE0 0x3000 macro
/external/swiftshader/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/mesa3d/src/mesa/drivers/common/
Dmeta.c711 _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/
Dgl.h317 #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()