Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
DrsAllocation.cpp83 sendDirty(rsc); in data()
100 sendDirty(rsc); in data()
166 sendDirty(rsc); in elementData()
200 sendDirty(rsc); in elementData()
365 void Allocation::sendDirty(const Context *rsc) const { in sendDirty() function in Allocation
426 a->sendDirty(rsc); in rsi_AllocationSyncAll()
517 texAlloc->sendDirty(rsc); in rsi_AllocationCreateFromBitmap()
555 texAlloc->sendDirty(rsc); in rsi_AllocationCubeCreateFromBitmap()
DrsAllocation.h134 void sendDirty(const Context *rsc) const;
/frameworks/rs/
DrsAllocation.cpp88 sendDirty(rsc); in data()
105 sendDirty(rsc); in data()
171 sendDirty(rsc); in elementData()
205 sendDirty(rsc); in elementData()
384 void Allocation::sendDirty(const Context *rsc) const { in sendDirty() function in Allocation
488 a->sendDirty(rsc); in rsi_AllocationSyncAll()
579 texAlloc->sendDirty(rsc); in rsi_AllocationCreateFromBitmap()
617 texAlloc->sendDirty(rsc); in rsi_AllocationCubeCreateFromBitmap()
DrsAllocation.h137 void sendDirty(const Context *rsc) const;
DrsFont.cpp599 indexAlloc->sendDirty(mRSC); in initVertexArrayBuffers()