Home
last modified time | relevance | path

Searched refs:get_dst_swizzle_and_store (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrDataUtils.cpp424 static GrSwizzle get_dst_swizzle_and_store(GrColorType ct, SkRasterPipeline::StockStage* store, in get_dst_swizzle_and_store() function
606 auto storeSwizzle = get_dst_swizzle_and_store(dst.colorType(), in GrConvertPixels()
721 GrSwizzle storeSwizzle = get_dst_swizzle_and_store(dstInfo.colorType(), &store, &lumMode, in GrClearImage()
/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp429 static GrSwizzle get_dst_swizzle_and_store(GrColorType ct, SkRasterPipeline::StockStage* store, in get_dst_swizzle_and_store() function
550 auto storeSwizzle = get_dst_swizzle_and_store(dstInfo.colorType(), &store, &dstIsNormalized, in GrConvertPixels()