Lines Matching refs:va

564 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) {
565 Allocation *a = static_cast<Allocation *>(va);
570 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) {
571 Allocation *alloc = static_cast<Allocation *>(va);
575 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) {
576 Allocation *a = static_cast<Allocation *>(va);
582 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod,
584 Allocation *a = static_cast<Allocation *>(va);
588 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face,
590 Allocation *a = static_cast<Allocation *>(va);
594 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod,
596 Allocation *a = static_cast<Allocation *>(va);
600 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
602 Allocation *a = static_cast<Allocation *>(va);
606 void rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
608 Allocation *a = static_cast<Allocation *>(va);
613 void rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) {
614 Allocation *a = static_cast<Allocation *>(va);
625 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) {
626 Allocation *a = static_cast<Allocation *>(va);
630 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) {
631 Allocation *a = static_cast<Allocation *>(va);
769 void rsi_Allocation1DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod,
771 Allocation *a = static_cast<Allocation *>(va);
775 void rsi_Allocation2DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff,
778 Allocation *a = static_cast<Allocation *>(va);
785 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va) {
786 Allocation *a = static_cast<Allocation *>(va);