Searched refs:emitSampler (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.cpp | 107 texSamplers[i] = this->emitSampler(geomProc.textureSampler(i).backendFormat(), in emitAndInstallPrimProc() 184 SamplerHandle handle = this->emitSampler(format, samplerState, swizzle, name.c_str()); in emitFragProc() 240 dstTextureSamplerHandle = this->emitSampler(dstTextureProxy->backendFormat(), in emitAndInstallXferProc() 278 GrGLSLProgramBuilder::SamplerHandle GrGLSLProgramBuilder::emitSampler( in emitSampler() function in GrGLSLProgramBuilder
|
D | GrGLSLProgramBuilder.h | 156 SamplerHandle emitSampler(const GrBackendFormat&, GrSamplerState, const GrSwizzle&,
|
/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);
|