Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp111 texSamplers[i] = this->emitSampler(texture, in emitAndInstallPrimProc()
193 texSamplers.emplace_back(this->emitSampler(sampler.peekTexture(), in emitAndInstallFragProc()
251 this->emitSampler(dstTexture, GrSamplerState(), "DstTextureSampler"); in emitAndInstallXferProc()
285 GrGLSLProgramBuilder::SamplerHandle GrGLSLProgramBuilder::emitSampler(const GrTexture* texture, in emitSampler() function in GrGLSLProgramBuilder
DGrGLSLProgramBuilder.h158 SamplerHandle emitSampler(const GrTexture*, const GrSamplerState&, const char* name);
/external/skqp/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp112 texSamplers[i] = this->emitSampler(texture, in emitAndInstallPrimProc()
194 texSamplers.emplace_back(this->emitSampler(sampler.peekTexture(), in emitAndInstallFragProc()
252 this->emitSampler(dstTexture, GrSamplerState(), "DstTextureSampler"); in emitAndInstallXferProc()
275 GrGLSLProgramBuilder::SamplerHandle GrGLSLProgramBuilder::emitSampler(const GrTexture* texture, in emitSampler() function in GrGLSLProgramBuilder
DGrGLSLProgramBuilder.h153 SamplerHandle emitSampler(const GrTexture*, const GrSamplerState&, const char* name);