Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.cpp209 sendDirty(rsc); in data()
215 sendDirty(rsc); in data()
222 sendDirty(rsc); in data()
303 sendDirty(rsc); in elementData()
512 void Allocation::sendDirty(const Context *rsc) const { in sendDirty() function in android::renderscript::Allocation
667 a->sendDirty(rsc); in rsi_AllocationSyncAll()
781 texAlloc->sendDirty(rsc); in rsi_AllocationCreateFromBitmap()
819 texAlloc->sendDirty(rsc); in rsi_AllocationCubeCreateFromBitmap()
DrsAllocation.h176 void sendDirty(const Context *rsc) const;
DrsFont.cpp602 indexAlloc->sendDirty(mRSC); in initVertexArrayBuffers()