Home | History | Annotate | Download | only in src

Lines Matching refs:tex

144 //      LOGD("tmu%u: format=0x%.2X w=%u h=%u levels=%p", x, ctx->tex.tmus[x]->format, 
145 // ctx->tex.tmus[x]->width, ctx->tex.tmus[x]->height, ctx->tex.tmus[x]->format);
146 ctx->tex.sampler2tmu[sampler] = x;
147 ctx->tex.UpdateSampler(ctx->iface, x);
187 ctx->iface->ShaderUniformGetSamplers(n2p(program), ctx->tex.sampler2tmu);
189 if (0 <= ctx->tex.sampler2tmu[i])
190 ctx->iface->SetSampler(ctx->iface, i, ctx->tex.tmus[ctx->tex.sampler2tmu[i]]);