• Home
  • Raw
  • Download

Lines Matching refs:Allocation

76 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr,  in Update2DTexture()
92 static void Upload2DTexture(const Context *rsc, const Allocation *alloc, bool isFirstUpload) { in Upload2DTexture()
134 static void UploadToTexture(const Context *rsc, const Allocation *alloc) { in UploadToTexture()
163 static void AllocateRenderTarget(const Context *rsc, const Allocation *alloc) { in AllocateRenderTarget()
186 static void UploadToBufferObject(const Context *rsc, const Allocation *alloc) { in UploadToBufferObject()
209 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { in rsdAllocationInit()
254 void rsdAllocationDestroy(const Context *rsc, Allocation *alloc) { in rsdAllocationDestroy()
284 void rsdAllocationResize(const Context *rsc, const Allocation *alloc, in rsdAllocationResize()
291 ((Allocation *)alloc)->mHal.drvState.mallocPtr = drv->mallocPtr; in rsdAllocationResize()
303 static void rsdAllocationSyncFromFBO(const Context *rsc, const Allocation *alloc) { in rsdAllocationSyncFromFBO()
334 void rsdAllocationSyncAll(const Context *rsc, const Allocation *alloc, in rsdAllocationSyncAll()
368 void rsdAllocationMarkDirty(const Context *rsc, const Allocation *alloc) { in rsdAllocationMarkDirty()
373 void rsdAllocationData1D(const Context *rsc, const Allocation *alloc, in rsdAllocationData1D()
392 void rsdAllocationData2D(const Context *rsc, const Allocation *alloc, in rsdAllocationData2D()
421 void rsdAllocationData3D(const Context *rsc, const Allocation *alloc, in rsdAllocationData3D()
429 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData1D_alloc()
431 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc()
435 uint8_t *getOffsetPtr(const android::renderscript::Allocation *alloc, in getOffsetPtr()
451 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc_script()
454 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script()
469 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc()
472 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc()
486 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc()
490 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc()
495 void rsdAllocationElementData1D(const Context *rsc, const Allocation *alloc, in rsdAllocationElementData1D()
516 void rsdAllocationElementData2D(const Context *rsc, const Allocation *alloc, in rsdAllocationElementData2D()