Home
last modified time | relevance | path

Searched refs:CullFlag (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.c124 if (ctx->Polygon.CullFlag && in brw_upload_clip_prog()
133 if (!ctx->Polygon.CullFlag || in brw_upload_clip_prog()
151 if (!ctx->Polygon.CullFlag || in brw_upload_clip_prog()
Dbrw_wm.c454 (ctx->Polygon.CullFlag && in brw_wm_populate_key()
461 if ((ctx->Polygon.CullFlag && in brw_wm_populate_key()
DgenX_state_upload.c1403 if (ctx->Polygon.CullFlag) { in genX()
1613 if (ctx->Polygon.CullFlag) {
4535 if (polygon->CullFlag) {
/third_party/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h145 if (ctx->Polygon.CullFlag && in TAG()
151 if (ctx->Polygon.CullFlag && in TAG()
370 if (ctx->Polygon.CullFlag && in TAG()
376 if (ctx->Polygon.CullFlag && in TAG()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_polygon.c41 PUSH_DATAb(push, ctx->Polygon.CullFlag); in nv10_emit_cull_face()
Dnv04_state_raster.c140 if (!ctx->Polygon.CullFlag) in nv04_emit_control()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c112 if (ctx->Polygon.CullFlag) { in st_update_rasterizer()
/third_party/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c126 if (ctx->Polygon.CullFlag) { in _swsetup_render_tri()
/third_party/mesa3d/src/mesa/main/
Dpolygon.c379 ctx->Polygon.CullFlag = GL_FALSE; in _mesa_init_polygon()
Dattrib.c142 attr->CullFace = ctx->Polygon.CullFlag; in _mesa_PushAttrib()
359 TEST_AND_UPDATE(ctx->Polygon.CullFlag, enable->CullFace, GL_CULL_FACE); in pop_enable_group()
1102 TEST_AND_UPDATE(ctx->Polygon.CullFlag, attr->Polygon.CullFlag, GL_CULL_FACE); in _mesa_PopAttrib()
Denable.c508 if (ctx->Polygon.CullFlag == state) in _mesa_set_enable()
514 ctx->Polygon.CullFlag = state; in _mesa_set_enable()
1605 return ctx->Polygon.CullFlag; in _mesa_IsEnabled()
Dmtypes.h759 GLboolean CullFlag; /**< Culling on/off flag */ member
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c254 ctx->Driver.Enable(ctx, GL_CULL_FACE, ctx->Polygon.CullFlag); in _mesa_init_driver_state()
Dmeta.c589 save->PolygonCull = ctx->Polygon.CullFlag; in _mesa_meta_begin()
/third_party/mesa3d/src/mesa/swrast/
Ds_context.c133 if (ctx->Polygon.CullFlag) { in _swrast_update_polygon()
Ds_triangle.c1006 if (ctx->Polygon.CullFlag && in _swrast_choose_triangle()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c598 if (!ctx->Polygon.CullFlag) { in i830CullFaceFrontFace()
Di915_state.c565 if (!ctx->Polygon.CullFlag) { in i915CullFaceFrontFace()
/third_party/mesa3d/src/mesa/drivers/x11/
Dxm_tri.c1023 if (ctx->Polygon.CullFlag && in get_triangle_func()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c410 if ( ctx->Polygon.CullFlag ) { in radeonCullFace()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c504 if ( ctx->Polygon.CullFlag ) { in r200CullFace()