Lines Matching defs:alloc
87 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc, in GetOffsetPtr()
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()
1021 const android::renderscript::Allocation *alloc) { in rsdAllocationLock1D()
1026 const android::renderscript::Allocation *alloc) { in rsdAllocationUnlock1D()
1112 void rsdAllocationElementData(const Context *rsc, const Allocation *alloc, in rsdAllocationElementData()
1131 void rsdAllocationElementRead(const Context *rsc, const Allocation *alloc, in rsdAllocationElementRead()
1144 static void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip565()
1162 static void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8888()
1180 static void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8()
1198 void rsdAllocationGenerateMipmaps(const Context *rsc, const Allocation *alloc) { in rsdAllocationGenerateMipmaps()
1221 android::renderscript::Allocation *alloc) in rsdAllocationGrallocBits()
1227 const Allocation *alloc, in rsdAllocationUpdateCachedObject()