Searched refs:PolygonStipple (Results 1 - 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_stipple.c69 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/main/
H A Dpolygon.c198 * 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) );
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 Dcontext.c1276 dst->PolygonStipple[i] = src->PolygonStipple[i];
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/drivers/common/
H A Ddriverfuncs.c146 driver->PolygonStipple = NULL;
297 ctx->Driver.PolygonStipple(ctx, (const GLubyte *) ctx->PolygonStipple);
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/mesa/drivers/dri/i965/
H A Dbrw_misc_state.c635 OUT_BATCH(ctx->PolygonStipple[31 - i]); /* invert */
639 OUT_BATCH(ctx->PolygonStipple[i]);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c495 mask = (const GLubyte *)ctx->PolygonStipple;
1131 functions->PolygonStipple = i830PolygonStipple;
H A Di915_state.c468 mask = (const GLubyte *)ctx->PolygonStipple;
1085 functions->PolygonStipple = i915PolygonStipple;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c541 ctx->Driver.PolygonStipple = nouveau_polygon_stipple;
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c668 const GLuint stipple = ctx->PolygonStipple[row];
677 const GLuint stipple = ctx->PolygonStipple[span->y % 32];
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h225 void (GLAPIENTRY * PolygonStipple)(const GLubyte *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp741 { "glPolygonStipple", _O(PolygonStipple) },
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c2451 functions->PolygonStipple = r200PolygonStipple;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c2207 ctx->Driver.PolygonStipple = radeonPolygonStipple;
/external/mesa3d/include/GL/
H A Dgl_mangle.h1298 #define glPolygonStipple MANGLE(PolygonStipple)
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 950 milliseconds