Home
last modified time | relevance | path

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

/external/skqp/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp104 SkAutoSTMalloc<4, SamplerHandle> texSamplers(proc.numTextureSamplers()); in emitAndInstallPrimProc() local
112 texSamplers[i] = this->emitSampler(texture, in emitAndInstallPrimProc()
129 texSamplers.get(), in emitAndInstallPrimProc()
186 SkSTArray<4, SamplerHandle> texSamplers; in emitAndInstallFragProc() local
194 texSamplers.emplace_back(this->emitSampler(sampler.peekTexture(), in emitAndInstallFragProc()
202 GrGLSLFragmentProcessor::TextureSamplers textureSamplers(&fp, texSamplers.begin()); in emitAndInstallFragProc()
DGrGLSLPrimitiveProcessor.h77 const SamplerHandle* texSamplers, in EmitArgs()
89 , fTexSamplers(texSamplers) in EmitArgs()
/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp102 SkAutoSTArray<4, SamplerHandle> texSamplers(geomProc.numTextureSamplers()); in emitAndInstallPrimProc() local
107 texSamplers[i] = this->emitSampler(geomProc.textureSampler(i).backendFormat(), in emitAndInstallPrimProc()
111 if (!texSamplers[i].isValid()) { in emitAndInstallPrimProc()
127 texSamplers.get(), in emitAndInstallPrimProc()
DGrGLSLGeometryProcessor.h78 const SamplerHandle* texSamplers, in EmitArgs()
89 , fTexSamplers(texSamplers) in EmitArgs()