Lines Matching refs:procs
96 c->rasterizer.procs.depthMask(c, 1);
99 c->rasterizer.procs.enable(c, GL_DITHER);
193 c->rasterizer.procs.enableDisable(c, cap, enabled);
196 c->rasterizer.procs.enableDisable(c, GL_TEXTURE_2D, enabled);
291 c->rasterizer.procs.enableDisable(c,
531 c->rasterizer.procs.colorMask(c, r, g, b, a);
536 c->rasterizer.procs.depthMask(c, flag);
541 c->rasterizer.procs.stencilMask(c, mask);
546 c->rasterizer.procs.depthFunc(c, func);
551 c->rasterizer.procs.logicOp(c, opcode);
556 c->rasterizer.procs.alphaFuncx(c, func, ref);
561 c->rasterizer.procs.blendFunc(c, sfactor, dfactor);
566 c->rasterizer.procs.clear(c, mask);
571 c->rasterizer.procs.clearColorx(c, red, green, blue, alpha);
577 c->rasterizer.procs.clearColorx(c,
586 c->rasterizer.procs.clearDepthx(c, depth);
592 c->rasterizer.procs.clearDepthx(c, gglFloatToFixed(depth));
597 c->rasterizer.procs.clearStencil(c, s);