Home | History | Annotate | Download | only in libagl

Lines Matching refs:procs

80         c->rasterizer.procs.activeTexture(c, i);
81 c->rasterizer.procs.bindTexture(c, &(u.texture->surface));
82 c->rasterizer.procs.texGeni(c, GGL_S,
84 c->rasterizer.procs.texGeni(c, GGL_T,
86 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
88 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
90 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
92 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
97 c->rasterizer.procs.disable(c, GGL_TEXTURE_2D);
108 c->rasterizer.procs.activeTexture(c, c->textures.active);
131 c->rasterizer.procs.activeTexture(c, i);
146 c->rasterizer.procs.bindTexture(c, &(u.texture->surface));
159 c->rasterizer.procs.activeTexture(c, i);
169 c->rasterizer.procs.bindTexture(c, &(u.texture->surface));
173 c->rasterizer.procs.activeTexture(c, c->textures.active);
598 c->rasterizer.procs.fogGrad3xv(c, iterators);
606 c->rasterizer.procs.zGrad3xv(c, iterators);
713 c->rasterizer.procs.texParameteri(c,
715 c->rasterizer.procs.texParameteri(c,
738 c->rasterizer.procs.texCoordGradScale8xv(c, i, texcoords);
745 c->rasterizer.procs.activeTexture(c, c->textures.active);
746 c->rasterizer.procs.color4xv(c, c->currentColorClamped.v);
747 c->rasterizer.procs.disable(c, GGL_W_LERP);
748 c->rasterizer.procs.disable(c, GGL_AA);
749 c->rasterizer.procs.shadeModel(c, GL_FLAT);
750 c->rasterizer.procs.recti(c,
787 c->rasterizer.procs.activeTexture(c, tmu);
788 c->rasterizer.procs.bindTexture(c, &(u.texture->surface));
789 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
791 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D,
794 c->rasterizer.procs.texGeni(c, GGL_S,
796 c->rasterizer.procs.texGeni(c, GGL_T,
799 c->rasterizer.procs.activeTexture(c, c->textures.active);
819 c->rasterizer.procs.texCoord2i(c, s0, t0);
824 c->rasterizer.procs.color4xv(c, c->currentColorClamped.v);
825 c->rasterizer.procs.disable(c, GGL_W_LERP);
826 c->rasterizer.procs.disable(c, GGL_AA);
827 c->rasterizer.procs.shadeModel(c, GL_FLAT);
828 c->rasterizer.procs.recti(c, x, y, x+w, y+h);
863 c->rasterizer.procs.activeTexture(c, c->textures.active);
977 c->rasterizer.procs.texEnvi(c, target, pname, GLint(param));
985 c->rasterizer.procs.texEnvi(c, target, pname, GLint(*params));
992 c->rasterizer.procs.texEnvxv(c, target, pname, fixed);
1001 c->rasterizer.procs.texEnvi(c, target, pname, param);
1008 c->rasterizer.procs.texEnvxv(c, target, pname, params);