Home
last modified time | relevance | path

Searched refs:outSamplers (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkProgramBuilder.h49 GrGLSLTextureSampler::TextureSamplerArray* outSamplers) override;
DGrVkProgramBuilder.cpp54 GrGLSLTextureSampler::TextureSamplerArray* outSamplers) { in emitSamplers() argument
64 outSamplers->emplace_back(localSamplerUniforms[t], processor.textureAccess(t)); in emitSamplers()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp84 GrGLSLTextureSampler::TextureSamplerArray* outSamplers) { in emitSamplers() argument
93 outSamplers->emplace_back(localSamplerUniforms[t], processor.textureAccess(t)); in emitSamplers()
DGrGLProgramBuilder.h43 GrGLSLTextureSampler::TextureSamplerArray* outSamplers) override;
/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.h149 GrGLSLTextureSampler::TextureSamplerArray* outSamplers) = 0;