Home
last modified time | relevance | path

Searched refs:emitInputSampler (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.h156 SamplerHandle emitInputSampler(const GrSwizzle& swizzle, const char* name);
DGrGLSLProgramBuilder.cpp330 fDstTextureSamplerHandle = this->emitInputSampler(swizzle, "DstTextureInput"); in emitAndInstallDstTexture()
402 GrGLSLProgramBuilder::SamplerHandle GrGLSLProgramBuilder::emitInputSampler(const GrSwizzle& swizzle, in emitInputSampler() function in GrGLSLProgramBuilder