Home
last modified time | relevance | path

Searched refs:add32n (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/
DGrProgramDesc.cpp60 uint16_t* k16 = reinterpret_cast<uint16_t*>(b->add32n(word32Count)); in add_sampler_keys()
90 uint16_t* k16 = reinterpret_cast<uint16_t*>(b->add32n(word32Count)); in add_sampler_keys()
135 uint32_t* key = b->add32n(2); in gen_meta_key()
156 uint32_t* key = b->add32n(2); in gen_meta_key()
DGrProcessor.h41 uint32_t* SK_WARN_UNUSED_RESULT add32n(int count) { in add32n() function
DGrStencilSettings.cpp480 uint16_t* key = reinterpret_cast<uint16_t*>(b->add32n((kCount16 + 1) / 2)); in genKey()
487 uint32_t* key = b->add32n(kCount32); in genKey()