Searched refs:rsdAllocationSyncAll (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/driver/ |
D | rsdFrameBuffer.cpp | 40 rsdAllocationSyncAll(rsc, fb->mHal.state.depthTarget, in setDepthAttachment() 56 rsdAllocationSyncAll(rsc, fb->mHal.state.colorTargets[i], in setColorAttachment()
|
D | rsdMeshObj.cpp | 143 rsdAllocationSyncAll(rsc, alloc, RS_ALLOCATION_USAGE_SCRIPT); in renderPrimitiveRange() 169 rsdAllocationSyncAll(rsc, idxAlloc, RS_ALLOCATION_USAGE_SCRIPT); in renderPrimitiveRange()
|
D | rsdProgram.cpp | 58 rsdAllocationSyncAll(rsc, a, RS_ALLOCATION_USAGE_SCRIPT); in SyncProgramConstants()
|
D | rsdCore.cpp | 124 fnPtr[0] = (void *)rsdAllocationSyncAll; break; in rsdHalQueryHal()
|
D | rsdAllocation.h | 98 void rsdAllocationSyncAll(const android::renderscript::Context *rsc,
|
D | rsdAllocation.cpp | 656 void rsdAllocationSyncAll(const Context *rsc, const Allocation *alloc, in rsdAllocationSyncAll() function
|