Searched refs:emitSampler (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.cpp | 111 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
|
D | GrGLSLProgramBuilder.h | 158 SamplerHandle emitSampler(const GrTexture*, const GrSamplerState&, const char* name);
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.cpp | 112 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
|
D | GrGLSLProgramBuilder.h | 153 SamplerHandle emitSampler(const GrTexture*, const GrSamplerState&, const char* name);
|