Home | History | Annotate | Download | only in rs

Lines Matching refs:RsAllocation

18 #include "rsAllocation.h"
665 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) {
671 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) {
676 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) {
683 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod,
689 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x,
695 void rsi_AllocationElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t z,
701 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
707 void rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
714 void rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) {
729 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) {
734 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) {
739 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype,
750 RsAllocation rsi_AllocationCreateStrided(Context *rsc, RsType vtype,
763 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype,
768 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0);
785 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype,
793 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0);
824 RsAllocation dstAlloc,
828 RsAllocation srcAlloc,
841 RsAllocation dstAlloc,
845 RsAllocation srcAlloc,
855 void rsi_AllocationSetupBufferQueue(Context *rsc, RsAllocation valloc, uint32_t numAlloc) {
860 void * rsi_AllocationGetSurface(Context *rsc, RsAllocation valloc) {
866 void rsi_AllocationShareBufferQueue(Context *rsc, RsAllocation valloc1, RsAllocation valloc2) {
872 void rsi_AllocationSetSurface(Context *rsc, RsAllocation valloc, RsNativeWindow sur) {
877 void rsi_AllocationIoSend(Context *rsc, RsAllocation valloc) {
882 RsAllocation valloc) {
888 void *rsi_AllocationGetPointer(Context *rsc, RsAllocation valloc,
897 void rsi_Allocation1DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod,
903 void rsi_AllocationElementRead(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t z,
909 void rsi_Allocation2DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff,
916 void rsi_Allocation3DRead(Context *rsc, RsAllocation va,
924 RsAllocation rsi_AllocationAdapterCreate(Context *rsc, RsType vwindow, RsAllocation vbase) {
936 void rsi_AllocationAdapterOffset(Context *rsc, RsAllocation va, const uint32_t *offsets, size_t len) {