• Home
  • Raw
  • Download

Lines Matching refs:procs

82         c->rasterizer.procs.activeTexture(c, i);  in validate_tmu()
83 c->rasterizer.procs.bindTexture(c, &(u.texture->surface)); in validate_tmu()
84 c->rasterizer.procs.texGeni(c, GGL_S, in validate_tmu()
86 c->rasterizer.procs.texGeni(c, GGL_T, in validate_tmu()
88 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu()
90 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu()
92 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu()
94 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in validate_tmu()
99 c->rasterizer.procs.disable(c, GGL_TEXTURE_2D); in validate_tmu()
110 c->rasterizer.procs.activeTexture(c, c->textures.active); in ogles_validate_texture()
133 c->rasterizer.procs.activeTexture(c, i); in ogles_lock_textures()
142 c->rasterizer.procs.bindTexture(c, &(u.texture->surface)); in ogles_lock_textures()
155 c->rasterizer.procs.activeTexture(c, i); in ogles_unlock_textures()
161 c->rasterizer.procs.bindTexture(c, &(u.texture->surface)); in ogles_unlock_textures()
165 c->rasterizer.procs.activeTexture(c, c->textures.active); in ogles_unlock_textures()
586 c->rasterizer.procs.fogGrad3xv(c, iterators); in set_depth_and_fog()
594 c->rasterizer.procs.zGrad3xv(c, iterators); in set_depth_and_fog()
701 c->rasterizer.procs.texParameteri(c, in drawTexxOESImp()
703 c->rasterizer.procs.texParameteri(c, in drawTexxOESImp()
726 c->rasterizer.procs.texCoordGradScale8xv(c, i, texcoords); in drawTexxOESImp()
733 c->rasterizer.procs.activeTexture(c, c->textures.active); in drawTexxOESImp()
734 c->rasterizer.procs.color4xv(c, c->currentColorClamped.v); in drawTexxOESImp()
735 c->rasterizer.procs.disable(c, GGL_W_LERP); in drawTexxOESImp()
736 c->rasterizer.procs.disable(c, GGL_AA); in drawTexxOESImp()
737 c->rasterizer.procs.shadeModel(c, GL_FLAT); in drawTexxOESImp()
738 c->rasterizer.procs.recti(c, in drawTexxOESImp()
775 c->rasterizer.procs.activeTexture(c, tmu); in drawTexiOES()
776 c->rasterizer.procs.bindTexture(c, &(u.texture->surface)); in drawTexiOES()
777 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in drawTexiOES()
779 c->rasterizer.procs.texParameteri(c, GGL_TEXTURE_2D, in drawTexiOES()
782 c->rasterizer.procs.texGeni(c, GGL_S, in drawTexiOES()
784 c->rasterizer.procs.texGeni(c, GGL_T, in drawTexiOES()
787 c->rasterizer.procs.activeTexture(c, c->textures.active); in drawTexiOES()
807 c->rasterizer.procs.texCoord2i(c, s0, t0); in drawTexiOES()
812 c->rasterizer.procs.color4xv(c, c->currentColorClamped.v); in drawTexiOES()
813 c->rasterizer.procs.disable(c, GGL_W_LERP); in drawTexiOES()
814 c->rasterizer.procs.disable(c, GGL_AA); in drawTexiOES()
815 c->rasterizer.procs.shadeModel(c, GL_FLAT); in drawTexiOES()
816 c->rasterizer.procs.recti(c, x, y, x+w, y+h); in drawTexiOES()
851 c->rasterizer.procs.activeTexture(c, c->textures.active); in glActiveTexture()
965 c->rasterizer.procs.texEnvi(c, target, pname, GLint(param)); in glTexEnvf()
973 c->rasterizer.procs.texEnvi(c, target, pname, GLint(*params)); in glTexEnvfv()
980 c->rasterizer.procs.texEnvxv(c, target, pname, fixed); in glTexEnvfv()
989 c->rasterizer.procs.texEnvi(c, target, pname, param); in glTexEnvx()
996 c->rasterizer.procs.texEnvxv(c, target, pname, params); in glTexEnvxv()