Searched refs:texSamplers (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/glsl/ |
D | GrGLSLPrimitiveProcessor.h | 79 const SamplerHandle* texSamplers, in EmitArgs() 93 , fTexSamplers(texSamplers) in EmitArgs()
|
D | GrGLSLProgramBuilder.cpp | 100 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/ |
D | SkGradientShader.cpp | 1552 const TextureSamplers& texSamplers) { in emitColor() argument 1740 fragBuilder->appendTextureLookupAndModulate(inputColor, texSamplers[0], "coord", in emitColor()
|