Searched defs:PolygonStipple (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dattrib.c112 GLboolean PolygonStipple; member in struct:gl_enable_attrib
367 attr->PolygonStipple = ctx->Polygon.StippleFlag;
477 sizeof(ctx->PolygonStipple),
478 (void*)&ctx->PolygonStipple))
672 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, enable->PolygonStipple,
1289 memcpy( ctx->PolygonStipple, attr->data, 32*sizeof(GLuint) );
1291 if (ctx->Driver.PolygonStipple)
1292 ctx->Driver.PolygonStipple( ctx, (const GLubyte *) attr->data );
H A Ddd.h590 void (*PolygonStipple)(struct gl_context *ctx, const GLubyte *mask ); member in struct:dd_function_table
H A Dmtypes.h4063 #define _NEW_POLYGONSTIPPLE (1u << 13) /**< gl_context::PolygonStipple */
4470 GLuint PolygonStipple[32]; /**< Polygon stipple */ member in struct:gl_context
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.h116 GLboolean PolygonStipple; member in struct:save_state
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h225 void (GLAPIENTRY * PolygonStipple)(const GLubyte *); member in struct:__GLdispatchTableRec

Completed in 117 milliseconds