Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dsamplerobj.c386 struct gl_sampler_object * const currentSampler = in bind_samplers() local
391 if (currentSampler && currentSampler->Name == samplers[i]) in bind_samplers()
392 sampObj = currentSampler; in bind_samplers()
414 if (sampObj != currentSampler) { in bind_samplers()