Home
last modified time | relevance | path

Searched defs:unfilled (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_unfilled.c65 struct unfilled_stage *unfilled = unfilled_stage(stage); in inject_front_face_info() local
188 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_tri() local
214 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_first_tri() local
255 struct unfilled_stage *unfilled = unfilled_stage(stage); in draw_unfilled_prepare_outputs() local
276 struct unfilled_stage *unfilled = CALLOC_STRUCT(unfilled_stage); in draw_unfilled_stage() local
Ddraw_private.h128 struct draw_stage *unfilled; member
/external/mesa3d/src/mesa/tnl/
Dt_vertex.c171 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in choose_interp_func() local
188 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in choose_copy_pv_func() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c241 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200ChooseVertexState() local
575 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200ChooseRenderState() local
643 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200RenderPrimitive() local
Dr200_state.c737 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200PolygonMode() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c276 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonChooseVertexState() local
697 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonChooseRenderState() local
749 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonRenderPrimitive() local
Dradeon_state.c537 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonPolygonMode() local
/external/rust/crates/textwrap/src/
Dlib.rs701 let mut unfilled = String::with_capacity(text.len()); in unfill() localVariable
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c1147 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in intelRenderPrimitive() local