• Home
  • Raw
  • Download

Lines Matching defs:rsc

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()
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()
428 void rsdAllocationData1D_alloc(const android::renderscript::Context *rsc, in rsdAllocationData1D_alloc()
450 void rsdAllocationData2D_alloc_script(const android::renderscript::Context *rsc, in rsdAllocationData2D_alloc_script()
468 void rsdAllocationData2D_alloc(const android::renderscript::Context *rsc, in rsdAllocationData2D_alloc()
485 void rsdAllocationData3D_alloc(const android::renderscript::Context *rsc, 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()