Searched defs:writePackedData (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsAllocation.cpp240 void Allocation::writePackedData(Context *rsc, const Type *type, function in class:Allocation
293 writePackedData(rsc, getType(), dst, src, true);
305 writePackedData(rsc, getType(), dst, src, false);
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp221 void Allocation::writePackedData(Context *rsc, const Type *type, function in class:Allocation
274 writePackedData(rsc, getType(), dst, src, true);
286 writePackedData(rsc, getType(), dst, src, false);

Completed in 319 milliseconds