Lines Matching defs:alloc
92 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc, in GetOffsetPtr()
104 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr, in Update2DTexture()
123 static void Upload2DTexture(const Context *rsc, const Allocation *alloc, bool isFirstUpload) { in Upload2DTexture()
165 static void UploadToTexture(const Context *rsc, const Allocation *alloc) { in UploadToTexture()
203 static void AllocateRenderTarget(const Context *rsc, const Allocation *alloc) { in AllocateRenderTarget()
228 static void UploadToBufferObject(const Context *rsc, const Allocation *alloc) { in UploadToBufferObject()
303 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable()
371 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { in rsdAllocationInit()
476 void rsdAllocationDestroy(const Context *rsc, Allocation *alloc) { in rsdAllocationDestroy()
533 void rsdAllocationResize(const Context *rsc, const Allocation *alloc, in rsdAllocationResize()
561 static void rsdAllocationSyncFromFBO(const Context *rsc, const Allocation *alloc) { in rsdAllocationSyncFromFBO()
595 void rsdAllocationSyncAll(const Context *rsc, const Allocation *alloc, in rsdAllocationSyncAll()
640 void rsdAllocationMarkDirty(const Context *rsc, const Allocation *alloc) { in rsdAllocationMarkDirty()
646 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in IoGetBuffer()
671 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in rsdAllocationSetSurface()
757 void rsdAllocationIoSend(const Context *rsc, Allocation *alloc) { in rsdAllocationIoSend()
785 void rsdAllocationIoReceive(const Context *rsc, Allocation *alloc) { in rsdAllocationIoReceive()
795 void rsdAllocationData1D(const Context *rsc, const Allocation *alloc, in rsdAllocationData1D()
815 void rsdAllocationData2D(const Context *rsc, const Allocation *alloc, in rsdAllocationData2D()
875 void rsdAllocationData3D(const Context *rsc, const Allocation *alloc, in rsdAllocationData3D()
914 void rsdAllocationRead1D(const Context *rsc, const Allocation *alloc, in rsdAllocationRead1D()
926 void rsdAllocationRead2D(const Context *rsc, const Allocation *alloc, in rsdAllocationRead2D()
955 void rsdAllocationRead3D(const Context *rsc, const Allocation *alloc, in rsdAllocationRead3D()
986 const android::renderscript::Allocation *alloc) { in rsdAllocationLock1D()
991 const android::renderscript::Allocation *alloc) { in rsdAllocationUnlock1D()
1077 void rsdAllocationElementData1D(const Context *rsc, const Allocation *alloc, in rsdAllocationElementData1D()
1097 void rsdAllocationElementData2D(const Context *rsc, const Allocation *alloc, in rsdAllocationElementData2D()
1117 static void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip565()
1135 static void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8888()
1153 static void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8()
1171 void rsdAllocationGenerateMipmaps(const Context *rsc, const Allocation *alloc) { in rsdAllocationGenerateMipmaps()
1194 android::renderscript::Allocation *alloc) in rsdAllocationGrallocBits()
1200 const Allocation *alloc, in rsdAllocationUpdateCachedObject()