/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_stipple.c | 69 assert(sz == sizeof(ctx->PolygonStipple)); 71 if (memcmp(st->state.poly_stipple, ctx->PolygonStipple, sz)) { 75 memcpy(st->state.poly_stipple, ctx->PolygonStipple, sz); 77 invert_stipple(newStipple.stipple, ctx->PolygonStipple,
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_stipple.c | 69 assert(sz == sizeof(ctx->PolygonStipple)); 71 if (memcmp(st->state.poly_stipple, ctx->PolygonStipple, sz)) { 75 memcpy(st->state.poly_stipple, ctx->PolygonStipple, sz); 77 invert_stipple(newStipple.stipple, ctx->PolygonStipple,
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
polygon.c | 198 * ctx->Driver.PolygonStipple(). We'll have to update all the DRI drivers 212 _mesa_unpack_polygon_stipple(pattern, ctx->PolygonStipple, &ctx->Unpack); 234 if (ctx->Driver.PolygonStipple) 235 ctx->Driver.PolygonStipple(ctx, pattern); 258 _mesa_pack_polygon_stipple(ctx->PolygonStipple, dest, &ctx->Pack); 313 * Initializes __struct gl_contextRec::Polygon and __struct gl_contextRec::PolygonStipple 335 memset( ctx->PolygonStipple, 0xff, 32*sizeof(GLuint) );
|
attrib.c | 116 GLboolean PolygonStipple; 310 attr->PolygonStipple = ctx->Polygon.StippleFlag; 402 memcpy( stipple, ctx->PolygonStipple, 32*sizeof(GLuint) ); 597 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, enable->PolygonStipple, [all...] |
context.c | [all...] |
dd.h | 505 void (*PolygonStipple)(struct gl_context *ctx, const GLubyte *mask ); [all...] |
/external/mesa3d/src/mesa/main/ |
polygon.c | 198 * ctx->Driver.PolygonStipple(). We'll have to update all the DRI drivers 212 _mesa_unpack_polygon_stipple(pattern, ctx->PolygonStipple, &ctx->Unpack); 234 if (ctx->Driver.PolygonStipple) 235 ctx->Driver.PolygonStipple(ctx, pattern); 258 _mesa_pack_polygon_stipple(ctx->PolygonStipple, dest, &ctx->Pack); 313 * Initializes __struct gl_contextRec::Polygon and __struct gl_contextRec::PolygonStipple 335 memset( ctx->PolygonStipple, 0xff, 32*sizeof(GLuint) );
|
attrib.c | 116 GLboolean PolygonStipple; 310 attr->PolygonStipple = ctx->Polygon.StippleFlag; 402 memcpy( stipple, ctx->PolygonStipple, 32*sizeof(GLuint) ); 597 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, enable->PolygonStipple, [all...] |
context.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
driverfuncs.c | 146 driver->PolygonStipple = NULL; 297 ctx->Driver.PolygonStipple(ctx, (const GLubyte *) ctx->PolygonStipple);
|
/external/mesa3d/src/mesa/drivers/common/ |
driverfuncs.c | 146 driver->PolygonStipple = NULL; 297 ctx->Driver.PolygonStipple(ctx, (const GLubyte *) ctx->PolygonStipple);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 635 OUT_BATCH(ctx->PolygonStipple[31 - i]); /* invert */ 639 OUT_BATCH(ctx->PolygonStipple[i]);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 635 OUT_BATCH(ctx->PolygonStipple[31 - i]); /* invert */ 639 OUT_BATCH(ctx->PolygonStipple[i]);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_state.c | 495 mask = (const GLubyte *)ctx->PolygonStipple; [all...] |
i915_state.c | 468 mask = (const GLubyte *)ctx->PolygonStipple; [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_state.c | 495 mask = (const GLubyte *)ctx->PolygonStipple; [all...] |
i915_state.c | 468 mask = (const GLubyte *)ctx->PolygonStipple; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 541 ctx->Driver.PolygonStipple = nouveau_polygon_stipple;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 541 ctx->Driver.PolygonStipple = nouveau_polygon_stipple;
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_span.c | 668 const GLuint stipple = ctx->PolygonStipple[row]; 677 const GLuint stipple = ctx->PolygonStipple[span->y % 32]; [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_span.c | 668 const GLuint stipple = ctx->PolygonStipple[row]; 677 const GLuint stipple = ctx->PolygonStipple[span->y % 32]; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_icd.h | 225 void (GLAPIENTRY * PolygonStipple)(const GLubyte *);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_icd.h | 225 void (GLAPIENTRY * PolygonStipple)(const GLubyte *);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
check_table.cpp | 741 { "glPolygonStipple", _O(PolygonStipple) }, [all...] |
/external/mesa3d/src/mapi/glapi/tests/ |
check_table.cpp | 741 { "glPolygonStipple", _O(PolygonStipple) }, [all...] |