HomeSort by relevance Sort by last modified time
    Searched refs:RGBA_to_BGRA_portable (Results 1 - 2 of 2) sorted by null

  /external/skia/src/opts/
SkSwizzler_opts.h 38 static void RGBA_to_bgrA_portable(uint32_t* dst, const void* vsrc, int count) {
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const void* vsrc, int count) {
234 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable;
276 RGBA_to_BGRA_portable(dst, src, count);
570 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable;
596 RGBA_to_BGRA_portable(dst, src, count);
807 RGBA_to_bgrA_portable(dst, src, count);
811 RGBA_to_BGRA_portable(dst, src, count);
  /external/skqp/src/opts/
SkSwizzler_opts.h 38 static void RGBA_to_bgrA_portable(uint32_t* dst, const void* vsrc, int count) {
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const void* vsrc, int count) {
234 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable;
276 RGBA_to_BGRA_portable(dst, src, count);
570 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable;
596 RGBA_to_BGRA_portable(dst, src, count);
807 RGBA_to_bgrA_portable(dst, src, count);
811 RGBA_to_BGRA_portable(dst, src, count);

Completed in 102 milliseconds