Searched refs:writePackedData (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsAllocation.h | 232 static void writePackedData(Context *rsc, const Type *type, uint8_t *dst,
|
D | rsAllocation.cpp | 371 void Allocation::writePackedData(Context *rsc, const Type *type, in writePackedData() function in android::renderscript::Allocation 424 writePackedData(rsc, getType(), dst, src, true); in unpackVec3Allocation() 435 writePackedData(rsc, getType(), dst, src, false); in packVec3Allocation()
|