HomeSort by relevance Sort by last modified time
    Searched defs:PolygonStipple (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/main/
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...]
dd.h 505 void (*PolygonStipple)(struct gl_context *ctx, const GLubyte *mask );
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 125 GLboolean PolygonStipple;
599 save->PolygonStipple = ctx->Polygon.StippleFlag;
921 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, save->PolygonStipple);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 225 void (GLAPIENTRY * PolygonStipple)(const GLubyte *);

Completed in 179 milliseconds