Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp135 static void fillin_ETC1_with_color(int width, int height, const SkColor4f& colorf, void* dest) { in fillin_ETC1_with_color() function
368 fillin_ETC1_with_color(currentWidth, currentHeight, colorf, dstPixels); in GrFillInCompressedData()
/third_party/skia/src/gpu/
DGrDataUtils.cpp211 static void fillin_ETC1_with_color(SkISize dimensions, const SkColor4f& colorf, char* dest) { in fillin_ETC1_with_color() function
335 fillin_ETC1_with_color(dimensions, colorf, &dstPixels[offset]); in GrFillInCompressedData()