/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_unfilled.c | 125 /* Unfilled tri: 136 struct unfilled_stage *unfilled = unfilled_stage(stage); local 138 unsigned mode = unfilled->mode[cw]; 162 struct unfilled_stage *unfilled = unfilled_stage(stage); local 165 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back; 166 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front; 197 * Create unfilled triangle stage. 201 struct unfilled_stage *unfilled = CALLOC_STRUCT(unfilled_stage); local 202 if (unfilled == NULL) 205 unfilled->stage.draw = draw [all...] |
draw_pipe.c | 45 draw->pipeline.unfilled = draw_unfilled_stage( draw ); 57 !draw->pipeline.unfilled || 85 if (draw->pipeline.unfilled) 86 draw->pipeline.unfilled->destroy( draw->pipeline.unfilled );
|
draw_pipe_validate.c | 81 * pipeline *anyway* if unfilled mode is active. 125 /* unfilled polygons */ 231 draw->pipeline.unfilled->next = next; 232 next = draw->pipeline.unfilled;
|
draw_private.h | 113 struct draw_stage *unfilled; member in struct:draw_context::__anon16270 426 * These flags are used by the pipeline when unfilled and/or line stipple modes
|
draw_pipe_offset.c | 62 * doing unfilled rendering.
|
draw_pipe_wide_line.c | 160 /* Disable triangle culling, stippling, unfilled mode etc. */
|
draw_pipe_flatshade.c | 109 * Flatshade tri. Required for clipping and when unfilled tris are
|
draw_pipe_wide_point.c | 211 /* Disable triangle culling, stippling, unfilled mode etc. */
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clip.h | 41 /* Note that if unfilled primitives are being emitted, we have to fix 135 /* brw_clip_tri.c, for use by the unfilled clip routine:
|
brw_sf.c | 154 * unfilled triangles are active. We don't actually do the
|
brw_clip.c | 213 * one or more polygon faces are unfilled will require help:
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_rasterizer.c | 179 /* Unfilled primitive modes aren't implemented on all virtual 180 * hardware. We can do some unfilled processing with index 191 rast->need_pipeline_tris_str = "unfilled primitives with no index manipulation";
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_tcl.h | 49 #define R200_TCL_FALLBACK_UNFILLED 0x2 /* unfilled tris */
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tcl.h | 50 #define RADEON_TCL_FALLBACK_UNFILLED 0x2 /* unfilled tris */
|
radeon_common_context.h | 59 #define RADEON_TCL_FALLBACK_UNFILLED 0x2 /* unfilled tris */
|
/external/mesa3d/src/mesa/swrast_setup/ |
NOTES | 19 This module implements triangle/quad setup for offset, unfilled and
|
ss_context.c | 199 /* This will change if drawing unfilled tris */
|
ss_triangle.c | 254 * unfilled triangle path.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_rasterizer.c | 69 /* We rely on draw module to do unfilled polyons, AA lines and
|
/external/mesa3d/src/mesa/swrast/ |
swrast.h | 92 * - Implement native twoside,offset and unfilled triangle setup. 172 * unfilled polygons. Needed for two-side stencil.
|
/external/freetype/include/ |
ftoutln.h | [all...] |
/external/pdfium/third_party/freetype/include/ |
ftoutln.h | [all...] |
/external/libogg/doc/libogg/ |
ogg_stream_state.html | 71 <dd>Storage allocated for bodies in bytes (filled or unfilled).</dd>
|
/external/mesa3d/src/gallium/docs/source/ |
pipeline.txt | 69 | Unfilled polygons |
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_context.h | 128 * The reduced primitive after unfilled triangles, wide-line decomposition,
|