Searched refs:texSamplers (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.cpp | 103 SkAutoSTMalloc<4, SamplerHandle> texSamplers(proc.numTextureSamplers()); in emitAndInstallPrimProc() local 111 texSamplers[i] = this->emitSampler(texture, in emitAndInstallPrimProc() 128 texSamplers.get(), in emitAndInstallPrimProc() 185 SkSTArray<4, SamplerHandle> texSamplers; in emitAndInstallFragProc() local 193 texSamplers.emplace_back(this->emitSampler(sampler.peekTexture(), in emitAndInstallFragProc() 201 GrGLSLFragmentProcessor::TextureSamplers textureSamplers(&fp, texSamplers.begin()); in emitAndInstallFragProc()
|
D | GrGLSLPrimitiveProcessor.h | 77 const SamplerHandle* texSamplers, in EmitArgs() 89 , fTexSamplers(texSamplers) in EmitArgs()
|
/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()
|