Searched defs:writeSwizzle (Results 1 – 3 of 3) sorted by relevance
367 void GLSLCodeGenerator::writeSwizzle(const Swizzle& swizzle) { in writeSwizzle() function in SkSL::GLSLCodeGenerator
1931 SpvId SPIRVCodeGenerator::writeSwizzle(const Swizzle& swizzle, SkWStream& out) { in writeSwizzle() function in SkSL::SPIRVCodeGenerator
1549 const TextureSwizzle& writeSwizzle = getChannelWriteSwizzle(order); in getBorderColorReadSwizzle() local