Lines Matching refs:RasterSink
979 SINK("g8", RasterSink, kGray_8_SkColorType); in create_sink()
980 SINK("565", RasterSink, kRGB_565_SkColorType); in create_sink()
981 SINK("4444", RasterSink, kARGB_4444_SkColorType); in create_sink()
982 SINK("8888", RasterSink, kN32_SkColorType); in create_sink()
983 SINK("rgba", RasterSink, kRGBA_8888_SkColorType); in create_sink()
984 SINK("bgra", RasterSink, kBGRA_8888_SkColorType); in create_sink()
985 SINK("rgbx", RasterSink, kRGB_888x_SkColorType); in create_sink()
986 SINK("1010102", RasterSink, kRGBA_1010102_SkColorType); in create_sink()
987 SINK("101010x", RasterSink, kRGB_101010x_SkColorType); in create_sink()
988 SINK("bgra1010102", RasterSink, kBGRA_1010102_SkColorType); in create_sink()
989 SINK("bgr101010x", RasterSink, kBGR_101010x_SkColorType); in create_sink()
990 SINK("f16", RasterSink, kRGBA_F16_SkColorType); in create_sink()
991 SINK("f16norm", RasterSink, kRGBA_F16Norm_SkColorType); in create_sink()
992 SINK("f32", RasterSink, kRGBA_F32_SkColorType); in create_sink()
993 SINK("srgba", RasterSink, kSRGBA_8888_SkColorType); in create_sink()