Lines Matching refs:android

80 uint32_t rsdAllocationGrallocBits(const android::renderscript::Context *rsc,
81 android::renderscript::Allocation *alloc);
82 bool rsdAllocationInit(const android::renderscript::Context *rsc,
83 android::renderscript::Allocation *alloc,
86 bool rsdAllocationInitStrided(const android::renderscript::Context *rsc,
87 android::renderscript::Allocation *alloc,
90 bool rsdAllocationAdapterInit(const android::renderscript::Context *rsc,
91 android::renderscript::Allocation *alloc);
92 void rsdAllocationDestroy(const android::renderscript::Context *rsc,
93 android::renderscript::Allocation *alloc);
95 void rsdAllocationResize(const android::renderscript::Context *rsc,
96 const android::renderscript::Allocation *alloc,
97 const android::renderscript::Type *newType, bool zeroNew);
98 void rsdAllocationSyncAll(const android::renderscript::Context *rsc,
99 const android::renderscript::Allocation *alloc,
101 void rsdAllocationMarkDirty(const android::renderscript::Context *rsc,
102 const android::renderscript::Allocation *alloc);
103 void rsdAllocationSetSurface(const android::renderscript::Context *rsc,
104 android::renderscript::Allocation *alloc, ANativeWindow *nw);
105 void rsdAllocationIoSend(const android::renderscript::Context *rsc,
106 android::renderscript::Allocation *alloc);
107 void rsdAllocationIoReceive(const android::renderscript::Context *rsc,
108 android::renderscript::Allocation *alloc);
110 void rsdAllocationData1D(const android::renderscript::Context *rsc,
111 const android::renderscript::Allocation *alloc,
114 void rsdAllocationData2D(const android::renderscript::Context *rsc,
115 const android::renderscript::Allocation *alloc,
119 void rsdAllocationData3D(const android::renderscript::Context *rsc,
120 const android::renderscript::Allocation *alloc,
125 void rsdAllocationRead1D(const android::renderscript::Context *rsc,
126 const android::renderscript::Allocation *alloc,
129 void rsdAllocationRead2D(const android::renderscript::Context *rsc,
130 const android::renderscript::Allocation *alloc,
134 void rsdAllocationRead3D(const android::renderscript::Context *rsc,
135 const android::renderscript::Allocation *alloc,
140 void * rsdAllocationLock1D(const android::renderscript::Context *rsc,
141 const android::renderscript::Allocation *alloc);
142 void rsdAllocationUnlock1D(const android::renderscript::Context *rsc,
143 const android::renderscript::Allocation *alloc);
146 void rsdAllocationData1D_alloc(const android::renderscript::Context *rsc,
147 const android::renderscript::Allocation *dstAlloc,
149 const android::renderscript::Allocation *srcAlloc,
151 void rsdAllocationData2D_alloc(const android::renderscript::Context *rsc,
152 const android::renderscript::Allocation *dstAlloc,
155 const android::renderscript::Allocation *srcAlloc,
158 void rsdAllocationData3D_alloc(const android::renderscript::Context *rsc,
159 const android::renderscript::Allocation *dstAlloc,
163 const android::renderscript::Allocation *srcAlloc,
167 void rsdAllocationElementData(const android::renderscript::Context *rsc,
168 const android::renderscript::Allocation *alloc,
172 void rsdAllocationElementRead(const android::renderscript::Context *rsc,
173 const android::renderscript::Allocation *alloc,
177 void rsdAllocationGenerateMipmaps(const android::renderscript::Context *rsc,
178 const android::renderscript::Allocation *alloc);
180 void rsdAllocationUpdateCachedObject(const android::renderscript::Context *rsc,
181 const android::renderscript::Allocation *alloc,
182 android::renderscript::rs_allocation *obj);
184 void rsdAllocationAdapterOffset(const android::renderscript::Context *rsc,
185 const android::renderscript::Allocation *alloc);