Lines Matching defs:alloc
86 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc, in GetOffsetPtr()
98 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr, in Update2DTexture()
117 static void Upload2DTexture(const Context *rsc, const Allocation *alloc, bool isFirstUpload) { in Upload2DTexture()
159 static void UploadToTexture(const Context *rsc, const Allocation *alloc) { in UploadToTexture()
197 static void AllocateRenderTarget(const Context *rsc, const Allocation *alloc) { in AllocateRenderTarget()
222 static void UploadToBufferObject(const Context *rsc, const Allocation *alloc) { in UploadToBufferObject()
298 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable()
354 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable()
371 bool rsdAllocationInitStrided(const Context *rsc, Allocation *alloc, bool forceZero, size_t require… in rsdAllocationInitStrided()
494 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { in rsdAllocationInit()
498 void rsdAllocationAdapterOffset(const Context *rsc, const Allocation *alloc) { in rsdAllocationAdapterOffset()
521 bool rsdAllocationAdapterInit(const Context *rsc, Allocation *alloc) { in rsdAllocationAdapterInit()
534 void rsdAllocationDestroy(const Context *rsc, Allocation *alloc) { in rsdAllocationDestroy()
593 void rsdAllocationResize(const Context *rsc, const Allocation *alloc, in rsdAllocationResize()
621 static void rsdAllocationSyncFromFBO(const Context *rsc, const Allocation *alloc) { in rsdAllocationSyncFromFBO()
655 void rsdAllocationSyncAll(const Context *rsc, const Allocation *alloc, in rsdAllocationSyncAll()
700 void rsdAllocationMarkDirty(const Context *rsc, const Allocation *alloc) { in rsdAllocationMarkDirty()
706 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in IoGetBuffer()
733 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in rsdAllocationSetSurface()
784 void rsdAllocationIoSend(const Context *rsc, Allocation *alloc) { in rsdAllocationIoSend()
820 void rsdAllocationIoReceive(const Context *rsc, Allocation *alloc) { in rsdAllocationIoReceive()
827 void rsdAllocationData1D(const Context *rsc, const Allocation *alloc, in rsdAllocationData1D()
847 void rsdAllocationData2D(const Context *rsc, const Allocation *alloc, in rsdAllocationData2D()
909 void rsdAllocationData3D(const Context *rsc, const Allocation *alloc, in rsdAllocationData3D()
948 void rsdAllocationRead1D(const Context *rsc, const Allocation *alloc, in rsdAllocationRead1D()
960 void rsdAllocationRead2D(const Context *rsc, const Allocation *alloc, in rsdAllocationRead2D()
989 void rsdAllocationRead3D(const Context *rsc, const Allocation *alloc, in rsdAllocationRead3D()
1020 const android::renderscript::Allocation *alloc) { in rsdAllocationLock1D()
1025 const android::renderscript::Allocation *alloc) { in rsdAllocationUnlock1D()
1111 void rsdAllocationElementData(const Context *rsc, const Allocation *alloc, in rsdAllocationElementData()
1130 void rsdAllocationElementRead(const Context *rsc, const Allocation *alloc, in rsdAllocationElementRead()
1143 static void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip565()
1161 static void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8888()
1179 static void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8()
1197 void rsdAllocationGenerateMipmaps(const Context *rsc, const Allocation *alloc) { in rsdAllocationGenerateMipmaps()
1220 android::renderscript::Allocation *alloc) in rsdAllocationGrallocBits()
1226 const Allocation *alloc, in rsdAllocationUpdateCachedObject()