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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c116 GLboolean PolygonStipple; member in struct:gl_enable_attrib
310 attr->PolygonStipple = ctx->Polygon.StippleFlag;
402 memcpy( stipple, ctx->PolygonStipple, 32*sizeof(GLuint) );
597 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, enable->PolygonStipple,
1195 memcpy( ctx->PolygonStipple, attr->data, 32*sizeof(GLuint) );
1197 if (ctx->Driver.PolygonStipple)
1198 ctx->Driver.PolygonStipple( ctx, (const GLubyte *) attr->data );
H A Ddd.h505 void (*PolygonStipple)(struct gl_context *ctx, const GLubyte *mask ); member in struct:dd_function_table
H A Dmtypes.h3144 #define _NEW_POLYGONSTIPPLE (1 << 13) /**< gl_context::PolygonStipple */
3464 GLuint PolygonStipple[32]; /**< Polygon stipple */ member in struct:gl_context
/external/mesa3d/src/mesa/main/
H A Dattrib.c116 GLboolean PolygonStipple; member in struct:gl_enable_attrib
310 attr->PolygonStipple = ctx->Polygon.StippleFlag;
402 memcpy( stipple, ctx->PolygonStipple, 32*sizeof(GLuint) );
597 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, enable->PolygonStipple,
1195 memcpy( ctx->PolygonStipple, attr->data, 32*sizeof(GLuint) );
1197 if (ctx->Driver.PolygonStipple)
1198 ctx->Driver.PolygonStipple( ctx, (const GLubyte *) attr->data );
H A Ddd.h505 void (*PolygonStipple)(struct gl_context *ctx, const GLubyte *mask ); member in struct:dd_function_table
H A Dmtypes.h3144 #define _NEW_POLYGONSTIPPLE (1 << 13) /**< gl_context::PolygonStipple */
3464 GLuint PolygonStipple[32]; /**< Polygon stipple */ member in struct:gl_context
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h225 void (GLAPIENTRY * PolygonStipple)(const GLubyte *); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c125 GLboolean PolygonStipple; member in struct:save_state
599 save->PolygonStipple = ctx->Polygon.StippleFlag;
921 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, save->PolygonStipple);
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h225 void (GLAPIENTRY * PolygonStipple)(const GLubyte *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c125 GLboolean PolygonStipple; member in struct:save_state
599 save->PolygonStipple = ctx->Polygon.StippleFlag;
921 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, save->PolygonStipple);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h1133 KEYWORD1 void KEYWORD2 NAME(PolygonStipple)(const GLubyte * mask) function
1136 DISPATCH(PolygonStipple, (mask), (F, "glPolygonStipple(%p);\n", (const void *) mask));
8363 TABLE_ENTRY(PolygonStipple),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h197 GLAPI void APIENTRY GLAPI_PREFIX(PolygonStipple)(const GLubyte *mask);
2625 GLAPI void APIENTRY GLAPI_PREFIX(PolygonStipple)(const GLubyte *mask) function
10919 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonStipple))"\n"

Completed in 407 milliseconds