Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp102 SkAutoSTMalloc<4, SamplerHandle> texSamplers(proc.numTextureSamplers()); in emitAndInstallPrimProc() local
109 texSamplers[i] = this->emitSampler(texture, in emitAndInstallPrimProc()
127 texSamplers.get(), in emitAndInstallPrimProc()
184 SkSTArray<4, SamplerHandle> texSamplers; in emitAndInstallFragProc() local
192 texSamplers.emplace_back(this->emitSampler(sampler.peekTexture(), in emitAndInstallFragProc()
201 GrGLSLFragmentProcessor::TextureSamplers textureSamplers(&fp, texSamplers.begin()); in emitAndInstallFragProc()
DGrGLSLPrimitiveProcessor.h77 const SamplerHandle* texSamplers, in EmitArgs()
89 , fTexSamplers(texSamplers) in EmitArgs()
/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp96 SkAutoSTArray<4, SamplerHandle> texSamplers(geomProc.numTextureSamplers()); in emitAndInstallPrimProc() local
101 texSamplers[i] = this->emitSampler(geomProc.textureSampler(i).backendFormat(), in emitAndInstallPrimProc()
105 if (!texSamplers[i].isValid()) { in emitAndInstallPrimProc()
118 texSamplers.get()); in emitAndInstallPrimProc()
/third_party/skia/src/gpu/
DGrGeometryProcessor.h300 const SamplerHandle* texSamplers) in EmitArgs()
309 , fTexSamplers(texSamplers) {} in EmitArgs()