Searched refs:rsdAllocationSyncAll (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/rs/driver/ |
D | rsdFrameBuffer.cpp | 40 rsdAllocationSyncAll(rsc, fb->mHal.state.depthTarget.get(), in setDepthAttachment() 56 rsdAllocationSyncAll(rsc, fb->mHal.state.colorTargets[i].get(), in setColorAttachment()
|
D | rsdMeshObj.cpp | 144 rsdAllocationSyncAll(rsc, alloc, RS_ALLOCATION_USAGE_SCRIPT); in renderPrimitiveRange() 171 rsdAllocationSyncAll(rsc, idxAlloc, RS_ALLOCATION_USAGE_SCRIPT); in renderPrimitiveRange()
|
D | rsdProgram.cpp | 52 rsdAllocationSyncAll(rsc, a, RS_ALLOCATION_USAGE_SCRIPT); in SyncProgramConstants()
|
D | rsdAllocation.h | 65 void rsdAllocationSyncAll(const android::renderscript::Context *rsc,
|
D | rsdCore.cpp | 74 rsdAllocationSyncAll,
|
D | rsdAllocation.cpp | 334 void rsdAllocationSyncAll(const Context *rsc, const Allocation *alloc, in rsdAllocationSyncAll() function
|