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

  /external/skia/src/jumper/
SkJumper_stages_lowp.cpp 667 SI void store_4444(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { function
686 STAGE_PP(store_4444, const SkJumper_MemoryCtx* ctx) {
687 store_4444(ptr_at_xy<uint16_t>(ctx, dx,dy), tail, r,g,b,a);
    [all...]
  /external/skqp/src/jumper/
SkJumper_stages_lowp.cpp 667 SI void store_4444(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { function
686 STAGE_PP(store_4444, const SkJumper_MemoryCtx* ctx) {
687 store_4444(ptr_at_xy<uint16_t>(ctx, dx,dy), tail, r,g,b,a);
    [all...]

Completed in 1793 milliseconds