Lines Matching refs:renderscript

82 uint32_t rsdAllocationGrallocBits(const android::renderscript::Context *rsc,
83 android::renderscript::Allocation *alloc);
84 bool rsdAllocationInit(const android::renderscript::Context *rsc,
85 android::renderscript::Allocation *alloc,
88 bool rsdAllocationInitStrided(const android::renderscript::Context *rsc,
89 android::renderscript::Allocation *alloc,
92 bool rsdAllocationAdapterInit(const android::renderscript::Context *rsc,
93 android::renderscript::Allocation *alloc);
94 void rsdAllocationDestroy(const android::renderscript::Context *rsc,
95 android::renderscript::Allocation *alloc);
97 void rsdAllocationResize(const android::renderscript::Context *rsc,
98 const android::renderscript::Allocation *alloc,
99 const android::renderscript::Type *newType, bool zeroNew);
100 void rsdAllocationSyncAll(const android::renderscript::Context *rsc,
101 const android::renderscript::Allocation *alloc,
103 void rsdAllocationMarkDirty(const android::renderscript::Context *rsc,
104 const android::renderscript::Allocation *alloc);
105 void rsdAllocationSetSurface(const android::renderscript::Context *rsc,
106 android::renderscript::Allocation *alloc, ANativeWindow *nw);
107 void rsdAllocationIoSend(const android::renderscript::Context *rsc,
108 android::renderscript::Allocation *alloc);
109 void rsdAllocationIoReceive(const android::renderscript::Context *rsc,
110 android::renderscript::Allocation *alloc);
112 void rsdAllocationData1D(const android::renderscript::Context *rsc,
113 const android::renderscript::Allocation *alloc,
116 void rsdAllocationData2D(const android::renderscript::Context *rsc,
117 const android::renderscript::Allocation *alloc,
121 void rsdAllocationData3D(const android::renderscript::Context *rsc,
122 const android::renderscript::Allocation *alloc,
127 void rsdAllocationRead1D(const android::renderscript::Context *rsc,
128 const android::renderscript::Allocation *alloc,
131 void rsdAllocationRead2D(const android::renderscript::Context *rsc,
132 const android::renderscript::Allocation *alloc,
136 void rsdAllocationRead3D(const android::renderscript::Context *rsc,
137 const android::renderscript::Allocation *alloc,
142 void * rsdAllocationLock1D(const android::renderscript::Context *rsc,
143 const android::renderscript::Allocation *alloc);
144 void rsdAllocationUnlock1D(const android::renderscript::Context *rsc,
145 const android::renderscript::Allocation *alloc);
148 void rsdAllocationData1D_alloc(const android::renderscript::Context *rsc,
149 const android::renderscript::Allocation *dstAlloc,
151 const android::renderscript::Allocation *srcAlloc,
153 void rsdAllocationData2D_alloc(const android::renderscript::Context *rsc,
154 const android::renderscript::Allocation *dstAlloc,
157 const android::renderscript::Allocation *srcAlloc,
160 void rsdAllocationData3D_alloc(const android::renderscript::Context *rsc,
161 const android::renderscript::Allocation *dstAlloc,
165 const android::renderscript::Allocation *srcAlloc,
169 void rsdAllocationElementData(const android::renderscript::Context *rsc,
170 const android::renderscript::Allocation *alloc,
174 void rsdAllocationElementRead(const android::renderscript::Context *rsc,
175 const android::renderscript::Allocation *alloc,
179 void rsdAllocationGenerateMipmaps(const android::renderscript::Context *rsc,
180 const android::renderscript::Allocation *alloc);
182 void rsdAllocationUpdateCachedObject(const android::renderscript::Context *rsc,
183 const android::renderscript::Allocation *alloc,
184 android::renderscript::rs_allocation *obj);
186 void rsdAllocationAdapterOffset(const android::renderscript::Context *rsc,
187 const android::renderscript::Allocation *alloc);