Searched refs:texSamplers (Results 1 – 2 of 2) sorted by relevance
89 AutoSTArray<4, SamplerHandle> texSamplers(geomProc.numTextureSamplers()); in emitAndInstallPrimProc() local94 texSamplers[i] = this->emitSampler(geomProc.textureSampler(i).backendFormat(), in emitAndInstallPrimProc()98 if (!texSamplers[i].isValid()) { in emitAndInstallPrimProc()111 texSamplers.get()); in emitAndInstallPrimProc()
295 const SamplerHandle* texSamplers) in EmitArgs()304 , fTexSamplers(texSamplers) {} in EmitArgs()