Searched refs:currentSampler (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dsamplerobj.c387 struct gl_sampler_object * const currentSampler = local in function:bind_samplers
392 if (currentSampler && currentSampler->Name == samplers[i])
393 sampObj = currentSampler;
415 if (sampObj != currentSampler) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dsamplerobj.c402 struct gl_sampler_object * const currentSampler = local in function:bind_samplers
407 if (currentSampler && currentSampler->Name == samplers[i])
408 sampObj = currentSampler;
430 if (sampObj != currentSampler) {

Completed in 5 milliseconds