Lines Matching refs:android
26 namespace android {
81 extern bool rsovAllocationInit(const android::renderscript::Context *rsc,
82 android::renderscript::Allocation *alloc,
85 extern void rsovAllocationDestroy(const android::renderscript::Context *rsc,
86 android::renderscript::Allocation *alloc);
88 extern void rsovAllocationData1D(const android::renderscript::Context *rsc,
89 const android::renderscript::Allocation *alloc,
93 extern void rsovAllocationData2D(const android::renderscript::Context *rsc,
94 const android::renderscript::Allocation *alloc,
100 extern void rsovAllocationData3D(const android::renderscript::Context *rsc,
101 const android::renderscript::Allocation *alloc,
107 extern void rsovAllocationRead1D(const android::renderscript::Context *rsc,
108 const android::renderscript::Allocation *alloc,
112 extern void rsovAllocationRead2D(const android::renderscript::Context *rsc,
113 const android::renderscript::Allocation *alloc,
119 extern void rsovAllocationRead3D(const android::renderscript::Context *rsc,
120 const android::renderscript::Allocation *alloc,
127 const android::renderscript::Context *rsc,
128 const android::renderscript::Allocation *alloc);
131 const android::renderscript::Context *rsc,
132 const android::renderscript::Allocation *alloc);
135 const android::renderscript::Context *rsc,
136 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
138 const android::renderscript::Allocation *srcAlloc, uint32_t srcXoff,
142 const android::renderscript::Context *rsc,
143 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
145 uint32_t w, uint32_t h, const android::renderscript::Allocation *srcAlloc,
150 const android::renderscript::Context *rsc,
151 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
153 uint32_t w, uint32_t h, const android::renderscript::Allocation *srcAlloc,
158 const android::renderscript::Context *rsc,
159 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
161 uint32_t d, const android::renderscript::Allocation *srcAlloc,
165 const android::renderscript::Context *rsc,
166 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
168 uint32_t d, const android::renderscript::Allocation *srcAlloc,
172 const android::renderscript::Context *rsc,
173 const android::renderscript::Allocation *alloc);
175 extern bool rsovAllocationAdapterInit(const android::renderscript::Context *rsc,
176 android::renderscript::Allocation *alloc);
179 const android::renderscript::Context *rsc,
180 const android::renderscript::Allocation *alloc, RsAllocationUsageType src);
183 const android::renderscript::Context *rsc,
184 const android::renderscript::Allocation *alloc);
186 extern void rsovAllocationResize(const android::renderscript::Context *rsc,
187 const android::renderscript::Allocation *alloc,
188 const android::renderscript::Type *newType,
192 const android::renderscript::Context *rsc,
193 const android::renderscript::Allocation *alloc);
196 const android::renderscript::Context *rsc,
197 android::renderscript::Allocation *alloc);
200 const android::renderscript::Context *rsc,
201 const android::renderscript::Allocation *alloc,
202 android::renderscript::rs_allocation *obj);
204 extern void rsovAllocationSetSurface(const android::renderscript::Context *rsc,
205 android::renderscript::Allocation *alloc,
208 extern void rsovAllocationIoSend(const android::renderscript::Context *rsc,
209 android::renderscript::Allocation *alloc);
211 extern void rsovAllocationIoReceive(const android::renderscript::Context *rsc,
212 android::renderscript::Allocation *alloc);
215 const android::renderscript::Context *rsc,
216 const android::renderscript::Allocation *alloc, uint32_t x, uint32_t y,
220 const android::renderscript::Context *rsc,
221 const android::renderscript::Allocation *alloc, uint32_t x, uint32_t y,