• Home
  • Raw
  • Download

Lines Matching defs:rsc

30 Allocation::Allocation(Context *rsc, const Type *type, uint32_t usages,  in Allocation()
51 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, in createAllocation()
86 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { in syncAll()
90 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t lod, in data()
105 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in data()
111 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, in data()
118 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t lod, in read()
132 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in read()
149 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, in read()
161 void Allocation::elementData(Context *rsc, uint32_t x, const void *data, in elementData()
189 void Allocation::elementData(Context *rsc, uint32_t x, uint32_t y, in elementData()
255 void Allocation::writePackedData(Context *rsc, const Type *type, in writePackedData()
304 void Allocation::unpackVec3Allocation(Context *rsc, const void *data, size_t dataSize) { in unpackVec3Allocation()
312 void Allocation::packVec3Allocation(Context *rsc, OStream *stream) const { in packVec3Allocation()
327 void Allocation::serialize(Context *rsc, OStream *stream) const { in serialize()
353 Allocation *Allocation::createFromStream(Context *rsc, IStream *stream) { in createFromStream()
434 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, … in copyRange1D()
437 void Allocation::resize1D(Context *rsc, uint32_t dimX) { in resize1D()
453 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { in resize2D()
457 void * Allocation::getSurface(const Context *rsc) { in getSurface()
461 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { in setSurface()
466 void Allocation::ioSend(const Context *rsc) { in ioSend()
470 void Allocation::ioReceive(const Context *rsc) { in ioReceive()
481 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) { in rsi_AllocationSyncAll()
487 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) { in rsi_AllocationGenerateMipmaps()
492 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationCopyToBitmap()
499 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DData()
505 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lo… in rsi_Allocation2DElementData()
511 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, in rsi_Allocation1DElementData()
517 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData()
523 void rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zof… in rsi_Allocation3DData()
530 void rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationRead()
542 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) { in rsi_AllocationResize1D()
547 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D()
552 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped()
563 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCreateFromBitmap()
585 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCubeCreateFromBitmap()
623 void rsi_AllocationCopy2DRange(Context *rsc, in rsi_AllocationCopy2DRange()
640 void rsi_AllocationCopy3DRange(Context *rsc, in rsi_AllocationCopy3DRange()
656 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) { in rsi_AllocationGetSurface()
662 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) { in rsi_AllocationSetSurface()
667 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoSend()
672 void rsi_AllocationIoReceive(Context *rsc, RsAllocation valloc) { in rsi_AllocationIoReceive()
677 void rsi_Allocation1DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DRead()
683 void rsi_Allocation2DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, in rsi_Allocation2DRead()