• Home
  • Raw
  • Download

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,
87 bool rsdAllocationAdapterInit(const android::renderscript::Context *rsc,
88 android::renderscript::Allocation *alloc);
89 void rsdAllocationDestroy(const android::renderscript::Context *rsc,
90 android::renderscript::Allocation *alloc);
92 void rsdAllocationResize(const android::renderscript::Context *rsc,
93 const android::renderscript::Allocation *alloc,
94 const android::renderscript::Type *newType, bool zeroNew);
95 void rsdAllocationSyncAll(const android::renderscript::Context *rsc,
96 const android::renderscript::Allocation *alloc,
98 void rsdAllocationMarkDirty(const android::renderscript::Context *rsc,
99 const android::renderscript::Allocation *alloc);
100 void rsdAllocationSetSurface(const android::renderscript::Context *rsc,
101 android::renderscript::Allocation *alloc, ANativeWindow *nw);
102 void rsdAllocationIoSend(const android::renderscript::Context *rsc,
103 android::renderscript::Allocation *alloc);
104 void rsdAllocationIoReceive(const android::renderscript::Context *rsc,
105 android::renderscript::Allocation *alloc);
107 void rsdAllocationData1D(const android::renderscript::Context *rsc,
108 const android::renderscript::Allocation *alloc,
111 void rsdAllocationData2D(const android::renderscript::Context *rsc,
112 const android::renderscript::Allocation *alloc,
116 void rsdAllocationData3D(const android::renderscript::Context *rsc,
117 const android::renderscript::Allocation *alloc,
122 void rsdAllocationRead1D(const android::renderscript::Context *rsc,
123 const android::renderscript::Allocation *alloc,
126 void rsdAllocationRead2D(const android::renderscript::Context *rsc,
127 const android::renderscript::Allocation *alloc,
131 void rsdAllocationRead3D(const android::renderscript::Context *rsc,
132 const android::renderscript::Allocation *alloc,
137 void * rsdAllocationLock1D(const android::renderscript::Context *rsc,
138 const android::renderscript::Allocation *alloc);
139 void rsdAllocationUnlock1D(const android::renderscript::Context *rsc,
140 const android::renderscript::Allocation *alloc);
143 void rsdAllocationData1D_alloc(const android::renderscript::Context *rsc,
144 const android::renderscript::Allocation *dstAlloc,
146 const android::renderscript::Allocation *srcAlloc,
148 void rsdAllocationData2D_alloc(const android::renderscript::Context *rsc,
149 const android::renderscript::Allocation *dstAlloc,
152 const android::renderscript::Allocation *srcAlloc,
155 void rsdAllocationData3D_alloc(const android::renderscript::Context *rsc,
156 const android::renderscript::Allocation *dstAlloc,
160 const android::renderscript::Allocation *srcAlloc,
164 void rsdAllocationElementData(const android::renderscript::Context *rsc,
165 const android::renderscript::Allocation *alloc,
169 void rsdAllocationElementRead(const android::renderscript::Context *rsc,
170 const android::renderscript::Allocation *alloc,
174 void rsdAllocationGenerateMipmaps(const android::renderscript::Context *rsc,
175 const android::renderscript::Allocation *alloc);
177 void rsdAllocationUpdateCachedObject(const android::renderscript::Context *rsc,
178 const android::renderscript::Allocation *alloc,
179 android::renderscript::rs_allocation *obj);
181 void rsdAllocationAdapterOffset(const android::renderscript::Context *rsc,
182 const android::renderscript::Allocation *alloc);