Lines Matching refs:renderscript
56 bool rsdAllocationInit(const android::renderscript::Context *rsc,
57 android::renderscript::Allocation *alloc,
59 void rsdAllocationDestroy(const android::renderscript::Context *rsc,
60 android::renderscript::Allocation *alloc);
62 void rsdAllocationResize(const android::renderscript::Context *rsc,
63 const android::renderscript::Allocation *alloc,
64 const android::renderscript::Type *newType, bool zeroNew);
65 void rsdAllocationSyncAll(const android::renderscript::Context *rsc,
66 const android::renderscript::Allocation *alloc,
68 void rsdAllocationMarkDirty(const android::renderscript::Context *rsc,
69 const android::renderscript::Allocation *alloc);
71 void rsdAllocationData1D(const android::renderscript::Context *rsc,
72 const android::renderscript::Allocation *alloc,
75 void rsdAllocationData2D(const android::renderscript::Context *rsc,
76 const android::renderscript::Allocation *alloc,
80 void rsdAllocationData3D(const android::renderscript::Context *rsc,
81 const android::renderscript::Allocation *alloc,
86 void rsdAllocationData1D_alloc(const android::renderscript::Context *rsc,
87 const android::renderscript::Allocation *dstAlloc,
89 const android::renderscript::Allocation *srcAlloc,
91 void rsdAllocationData2D_alloc(const android::renderscript::Context *rsc,
92 const android::renderscript::Allocation *dstAlloc,
95 const android::renderscript::Allocation *srcAlloc,
98 void rsdAllocationData3D_alloc(const android::renderscript::Context *rsc,
99 const android::renderscript::Allocation *dstAlloc,
103 const android::renderscript::Allocation *srcAlloc,
107 void rsdAllocationElementData1D(const android::renderscript::Context *rsc,
108 const android::renderscript::Allocation *alloc,
111 void rsdAllocationElementData2D(const android::renderscript::Context *rsc,
112 const android::renderscript::Allocation *alloc,