/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_stipple.c | 68 const GLuint sz = sizeof(st->state.poly_stipple); in update_stipple() 71 if (memcmp(st->state.poly_stipple, ctx->PolygonStipple, sz)) { in update_stipple() 75 memcpy(st->state.poly_stipple, ctx->PolygonStipple, sz); in update_stipple()
|
D | st_context.h | 115 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_atom_stipple.c | 68 const GLuint sz = sizeof(st->state.poly_stipple); in update_stipple() 71 if (memcmp(st->state.poly_stipple, ctx->PolygonStipple, sz)) { in update_stipple() 75 memcpy(st->state.poly_stipple, ctx->PolygonStipple, sz); in update_stipple()
|
D | st_context.h | 115 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_quad_stipple.c | 34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32]; in stipple_quad() 35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32]; in stipple_quad()
|
D | sp_state_clip.c | 81 softpipe->poly_stipple = *stipple; /* struct copy */ in softpipe_set_polygon_stipple()
|
D | sp_context.h | 80 struct pipe_poly_stipple poly_stipple; member
|
D | sp_state_derived.c | 288 softpipe->poly_stipple.stipple); in update_polygon_stipple_pattern()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_stipple.c | 34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32]; in stipple_quad() 35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32]; in stipple_quad()
|
D | sp_state_clip.c | 81 softpipe->poly_stipple = *stipple; /* struct copy */ in softpipe_set_polygon_stipple()
|
D | sp_context.h | 80 struct pipe_poly_stipple poly_stipple; member
|
D | sp_state_derived.c | 288 softpipe->poly_stipple.stipple); in update_polygon_stipple_pattern()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_clip.c | 81 llvmpipe->poly_stipple = *stipple; /* struct copy */ in llvmpipe_set_polygon_stipple()
|
D | lp_context.h | 76 struct pipe_poly_stipple poly_stipple; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_state_clip.c | 81 llvmpipe->poly_stipple = *stipple; /* struct copy */ in llvmpipe_set_polygon_stipple()
|
D | lp_context.h | 76 struct pipe_poly_stipple poly_stipple; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_state_dynamic.c | 221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; in upload_STIPPLE()
|
D | i915_context.h | 244 struct pipe_poly_stipple poly_stipple; member
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_dynamic.c | 221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; in upload_STIPPLE()
|
D | i915_context.h | 244 struct pipe_poly_stipple poly_stipple; member
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_context.h | 220 struct pipe_poly_stipple poly_stipple; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
D | svga_context.h | 220 struct pipe_poly_stipple poly_stipple; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/ |
D | glhd_context.c | 538 const struct pipe_poly_stipple *poly_stipple) in galahad_context_set_polygon_stipple() argument 544 poly_stipple); in galahad_context_set_polygon_stipple()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/ |
D | id_context.c | 479 const struct pipe_poly_stipple *poly_stipple) in identity_set_polygon_stipple() argument 485 poly_stipple); in identity_set_polygon_stipple()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 538 const struct pipe_poly_stipple *poly_stipple) in galahad_context_set_polygon_stipple() argument 544 poly_stipple); in galahad_context_set_polygon_stipple()
|