Searched refs:texSamplers (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.cpp | 104 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()
|
D | GrGLSLPrimitiveProcessor.h | 77 const SamplerHandle* texSamplers, in EmitArgs() 89 , fTexSamplers(texSamplers) in EmitArgs()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.cpp | 102 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()
|
D | GrGLSLGeometryProcessor.h | 78 const SamplerHandle* texSamplers, in EmitArgs() 89 , fTexSamplers(texSamplers) in EmitArgs()
|