Home | History | Annotate | Download | only in driver

Lines Matching full:allocation

80 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc,
92 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr,
108 static void Upload2DTexture(const Context *rsc, const Allocation *alloc, bool isFirstUpload) {
149 static void UploadToTexture(const Context *rsc, const Allocation *alloc) {
186 static void AllocateRenderTarget(const Context *rsc, const Allocation *alloc) {
209 static void UploadToBufferObject(const Context *rsc, const Allocation *alloc) {
232 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc,
244 size_t offsets[Allocation::MAX_LOD];
281 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) {
337 void rsdAllocationDestroy(const Context *rsc, Allocation *alloc) {
367 void rsdAllocationResize(const Context *rsc, const Allocation *alloc,
391 static void rsdAllocationSyncFromFBO(const Context *rsc, const Allocation *alloc) {
422 void rsdAllocationSyncAll(const Context *rsc, const Allocation *alloc,
429 "Attempting to sync allocation from render target, "
430 "for non-render target allocation");
457 void rsdAllocationMarkDirty(const Context *rsc, const Allocation *alloc) {
462 int32_t rsdAllocationInitSurfaceTexture(const Context *rsc, const Allocation *alloc) {
468 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) {
492 void rsdAllocationSetSurfaceTexture(const Context *rsc, Allocation *alloc, ANativeWindow *nw) {
545 void rsdAllocationIoSend(const Context *rsc, Allocation *alloc) {
568 void rsdAllocationIoReceive(const Context *rsc, Allocation *alloc) {
574 void rsdAllocationData1D(const Context *rsc, const Allocation *alloc,
592 void rsdAllocationData2D(const Context *rsc, const Allocation *alloc,
619 void rsdAllocationData3D(const Context *rsc, const Allocation *alloc,
626 void rsdAllocationRead1D(const Context *rsc, const Allocation *alloc,
636 void rsdAllocationRead2D(const Context *rsc, const Allocation *alloc,
658 void rsdAllocationRead3D(const Context *rsc, const Allocation *alloc,
666 const android::renderscript::Allocation *alloc) {
672 const android::renderscript::Allocation *alloc) {
677 const android::renderscript::Allocation *dstAlloc,
679 const android::renderscript::Allocation *srcAlloc,
685 const android::renderscript::Allocation *dstAlloc,
688 const android::renderscript::Allocation *srcAlloc,
703 const android::renderscript::Allocation *dstAlloc,
706 const android::renderscript::Allocation *srcAlloc,
710 rsc->setError(RS_ERROR_FATAL_DRIVER, "Non-script allocation copies not "
720 const android::renderscript::Allocation *dstAlloc,
724 const android::renderscript::Allocation *srcAlloc,
729 void rsdAllocationElementData1D(const Context *rsc, const Allocation *alloc,
749 void rsdAllocationElementData2D(const Context *rsc, const Allocation *alloc,
769 static void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) {
788 static void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) {
807 static void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) {
826 void rsdAllocationGenerateMipmaps(const Context *rsc, const Allocation *alloc) {