Home | History | Annotate | Download | only in rs

Lines Matching refs:RsAllocation

214 const void* RsHidlAdaptation::AllocationGetType(RsContext context, RsAllocation allocation)
273 RsAllocation returnValue,
419 RsAllocation RsHidlAdaptation::AllocationCreateTyped (RsContext context, RsType type,
428 return (RsAllocation) allocation;
432 RsAllocation RsHidlAdaptation::AllocationCreateFromBitmap (RsContext context, RsType type,
443 return (RsAllocation) allocation;
446 RsAllocation RsHidlAdaptation::AllocationCubeCreateFromBitmap(RsContext context, RsType type,
456 return (RsAllocation) allocation;
459 RsNativeWindow RsHidlAdaptation::AllocationGetSurface (RsContext context, RsAllocation allocation)
466 void RsHidlAdaptation::AllocationSetSurface (RsContext context, RsAllocation allocation, RsNativeWindow window)
549 void RsHidlAdaptation::AllocationCopyToBitmap (RsContext context, RsAllocation allocation, void *data, size_t sizeBytes)
556 void RsHidlAdaptation::Allocation1DData (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t lod,
566 void RsHidlAdaptation::Allocation1DElementData (RsContext context, RsAllocation allocation, uint32_t xoff,
577 void RsHidlAdaptation::AllocationElementData (RsContext context, RsAllocation allocation, uint32_t x, uint32_t y, uint32_t z,
588 void RsHidlAdaptation::Allocation2DData (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff,
600 void RsHidlAdaptation::Allocation3DData (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
611 void RsHidlAdaptation::AllocationGenerateMipmaps (RsContext context, RsAllocation allocation)
618 void RsHidlAdaptation::AllocationRead (RsContext context, RsAllocation allocation, void *data, size_t sizeBytes)
625 void RsHidlAdaptation::Allocation1DRead (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t lod,
633 void RsHidlAdaptation::AllocationElementRead (RsContext context, RsAllocation allocation, uint32_t x, uint32_t y, uint32_t z,
641 void RsHidlAdaptation::Allocation2DRead (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff,
650 void RsHidlAdaptation::Allocation3DRead (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
658 void RsHidlAdaptation::AllocationSyncAll (RsContext context, RsAllocation allocation, RsAllocationUsageType usage)
666 void RsHidlAdaptation::AllocationResize1D (RsContext context, RsAllocation allocation, uint32_t dimX)
674 RsAllocation dstAlloc,
678 RsAllocation srcAlloc,
689 RsAllocation dstAlloc,
693 RsAllocation srcAlloc,
721 void RsHidlAdaptation::ScriptBindAllocation (RsContext context, RsScript script, RsAllocation allocation, uint32_t slot)
753 RsAllocation vain, RsAllocation vaout,
757 RsAllocation * vains = nullptr;
767 RsAllocation *vains, size_t inLen,
768 RsAllocation vaout, const void *params,
809 RsAllocation *vains, size_t inLen, RsAllocation vaout,
1005 void RsHidlAdaptation::ScriptGroupSetOutput (RsContext context, RsScriptGroup sg, RsScriptKernelID kid, RsAllocation alloc)
1014 void RsHidlAdaptation::ScriptGroupSetInput (RsContext context, RsScriptGroup sg, RsScriptKernelID kid, RsAllocation alloc)
1030 void RsHidlAdaptation::AllocationIoSend (RsContext context, RsAllocation allocation)
1036 int64_t RsHidlAdaptation::AllocationIoReceive (RsContext context, RsAllocation allocation)
1045 void * RsHidlAdaptation::AllocationGetPointer (RsContext context, RsAllocation allocation,
1063 void RsHidlAdaptation::AllocationSetupBufferQueue (RsContext context, RsAllocation allocation, uint32_t numAlloc)
1070 void RsHidlAdaptation::AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAllocation valloc2)
1078 RsAllocation RsHidlAdaptation::AllocationAdapterCreate (RsContext context, RsType vtype, RsAllocation baseAlloc)
1084 return (RsAllocation) allocationAdapter;
1087 void RsHidlAdaptation::AllocationAdapterOffset (RsContext context, RsAllocation alloc, const uint32_t * offsets, size_t offsets_length)