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

  /external/skia/src/opts/
SkSwizzler_opts.h 271 static void insert_alpha_should_swaprb(uint32_t dst[], const uint8_t* src, int count) { function in namespace:SK_OPTS_NS
324 insert_alpha_should_swaprb<false>(dst, src, count);
328 insert_alpha_should_swaprb<true>(dst, src, count);
585 static void insert_alpha_should_swaprb(uint32_t dst[], const uint8_t* src, int count) { function in namespace:SK_OPTS_NS
618 insert_alpha_should_swaprb<false>(dst, src, count);
622 insert_alpha_should_swaprb<true>(dst, src, count);
  /external/skqp/src/opts/
SkSwizzler_opts.h 271 static void insert_alpha_should_swaprb(uint32_t dst[], const uint8_t* src, int count) { function in namespace:SK_OPTS_NS
324 insert_alpha_should_swaprb<false>(dst, src, count);
328 insert_alpha_should_swaprb<true>(dst, src, count);
585 static void insert_alpha_should_swaprb(uint32_t dst[], const uint8_t* src, int count) { function in namespace:SK_OPTS_NS
618 insert_alpha_should_swaprb<false>(dst, src, count);
622 insert_alpha_should_swaprb<true>(dst, src, count);

Completed in 183 milliseconds