Lines Matching defs:rsc

99 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr,  in Update2DTexture()
118 static void Upload2DTexture(const Context *rsc, const Allocation *alloc, bool isFirstUpload) { in Upload2DTexture()
160 static void UploadToTexture(const Context *rsc, const Allocation *alloc) { in UploadToTexture()
198 static void AllocateRenderTarget(const Context *rsc, const Allocation *alloc) { in AllocateRenderTarget()
223 static void UploadToBufferObject(const Context *rsc, const Allocation *alloc) { in UploadToBufferObject()
299 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable()
355 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable()
372 bool rsdAllocationInitStrided(const Context *rsc, Allocation *alloc, bool forceZero, size_t require… in rsdAllocationInitStrided()
495 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { in rsdAllocationInit()
499 void rsdAllocationAdapterOffset(const Context *rsc, const Allocation *alloc) { in rsdAllocationAdapterOffset()
522 bool rsdAllocationAdapterInit(const Context *rsc, Allocation *alloc) { in rsdAllocationAdapterInit()
535 void rsdAllocationDestroy(const Context *rsc, Allocation *alloc) { in rsdAllocationDestroy()
594 void rsdAllocationResize(const Context *rsc, const Allocation *alloc, in rsdAllocationResize()
622 static void rsdAllocationSyncFromFBO(const Context *rsc, const Allocation *alloc) { in rsdAllocationSyncFromFBO()
656 void rsdAllocationSyncAll(const Context *rsc, const Allocation *alloc, in rsdAllocationSyncAll()
701 void rsdAllocationMarkDirty(const Context *rsc, const Allocation *alloc) { in rsdAllocationMarkDirty()
707 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in IoGetBuffer()
734 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in rsdAllocationSetSurface()
785 void rsdAllocationIoSend(const Context *rsc, Allocation *alloc) { in rsdAllocationIoSend()
821 void rsdAllocationIoReceive(const Context *rsc, Allocation *alloc) { in rsdAllocationIoReceive()
828 void rsdAllocationData1D(const Context *rsc, const Allocation *alloc, in rsdAllocationData1D()
848 void rsdAllocationData2D(const Context *rsc, const Allocation *alloc, in rsdAllocationData2D()
910 void rsdAllocationData3D(const Context *rsc, const Allocation *alloc, in rsdAllocationData3D()
949 void rsdAllocationRead1D(const Context *rsc, const Allocation *alloc, in rsdAllocationRead1D()
961 void rsdAllocationRead2D(const Context *rsc, const Allocation *alloc, in rsdAllocationRead2D()
990 void rsdAllocationRead3D(const Context *rsc, const Allocation *alloc, in rsdAllocationRead3D()
1020 void * rsdAllocationLock1D(const android::renderscript::Context *rsc, in rsdAllocationLock1D()
1025 void rsdAllocationUnlock1D(const android::renderscript::Context *rsc, in rsdAllocationUnlock1D()
1030 void rsdAllocationData1D_alloc(const android::renderscript::Context *rsc, in rsdAllocationData1D_alloc()
1038 void rsdAllocationData2D_alloc_script(const android::renderscript::Context *rsc, in rsdAllocationData2D_alloc_script()
1056 void rsdAllocationData3D_alloc_script(const android::renderscript::Context *rsc, in rsdAllocationData3D_alloc_script()
1077 void rsdAllocationData2D_alloc(const android::renderscript::Context *rsc, in rsdAllocationData2D_alloc()
1094 void rsdAllocationData3D_alloc(const android::renderscript::Context *rsc, in rsdAllocationData3D_alloc()
1112 void rsdAllocationElementData(const Context *rsc, const Allocation *alloc, in rsdAllocationElementData()
1131 void rsdAllocationElementRead(const Context *rsc, const Allocation *alloc, in rsdAllocationElementRead()
1198 void rsdAllocationGenerateMipmaps(const Context *rsc, const Allocation *alloc) { in rsdAllocationGenerateMipmaps()
1220 uint32_t rsdAllocationGrallocBits(const android::renderscript::Context *rsc, in rsdAllocationGrallocBits()
1226 void rsdAllocationUpdateCachedObject(const Context *rsc, in rsdAllocationUpdateCachedObject()