Home
last modified time | relevance | path

Searched refs:texSamplers (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLPrimitiveProcessor.h79 const SamplerHandle* texSamplers, in EmitArgs()
93 , fTexSamplers(texSamplers) in EmitArgs()
DGrGLSLProgramBuilder.cpp100 SkSTArray<4, SamplerHandle> texSamplers(proc.numTextureSamplers()); in emitAndInstallPrimProc() local
103 this->emitSamplersAndImageStorages(proc, &texSamplers, &texelBuffers, &imageStorages); in emitAndInstallPrimProc()
117 texSamplers.begin(), in emitAndInstallPrimProc()
/external/skia/src/shaders/gradients/
DSkGradientShader.cpp1552 const TextureSamplers& texSamplers) { in emitColor() argument
1740 fragBuilder->appendTextureLookupAndModulate(inputColor, texSamplers[0], "coord", in emitColor()