Lines Matching defs:hb
16 CRHintBits *hb = &(sb->hint);
19 RESET(hb->perspectiveCorrection, ctx->bitid);
21 RESET(hb->pointSmooth, ctx->bitid);
23 RESET(hb->lineSmooth, ctx->bitid);
25 RESET(hb->polygonSmooth, ctx->bitid);
27 RESET(hb->fog, ctx->bitid);
30 RESET(hb->clipVolumeClipping, ctx->bitid);
34 RESET(hb->textureCompression, ctx->bitid);
38 RESET(hb->generateMipmap, ctx->bitid);
40 RESET(hb->dirty, ctx->bitid);
48 CRHintBits *hb = &(sb->hint);
68 DIRTY(hb->perspectiveCorrection, g->neg_bitid);
72 DIRTY(hb->fog, g->neg_bitid);
76 DIRTY(hb->lineSmooth, g->neg_bitid);
80 DIRTY(hb->pointSmooth, g->neg_bitid);
84 DIRTY(hb->polygonSmooth, g->neg_bitid);
90 DIRTY(hb->clipVolumeClipping, g->neg_bitid);
103 DIRTY(hb->textureCompression, g->neg_bitid);
116 DIRTY(hb->generateMipmap, g->neg_bitid);
131 DIRTY(hb->dirty, g->neg_bitid);