Lines Matching refs:Allocation
20 using android::RSC::Allocation;
24 void * Allocation::getIDSafe() const { in getIDSafe()
28 void Allocation::updateCacheInfo(const sp<const Type>& t) { in updateCacheInfo()
41 Allocation::Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage) : in Allocation() function in Allocation
76 void Allocation::validateIsInt64() { in validateIsInt64()
84 void Allocation::validateIsInt32() { in validateIsInt32()
92 void Allocation::validateIsInt16() { in validateIsInt16()
100 void Allocation::validateIsInt8() { in validateIsInt8()
108 void Allocation::validateIsFloat32() { in validateIsFloat32()
116 void Allocation::validateIsFloat64() { in validateIsFloat64()
124 void Allocation::validateIsObject() { in validateIsObject()
141 void Allocation::updateFromNative() { in updateFromNative()
153 void Allocation::syncAll(RsAllocationUsageType srcLocation) { in syncAll()
168 void * Allocation::getPointer(size_t *stride) { in getPointer()
217 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { in copy1DRangeFrom()
241 void Allocation::copy1DRangeTo(uint32_t off, size_t count, void *data) { in copy1DRangeTo()
264 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const sp<const Allocation>& data, in copy1DRangeFrom()
273 void Allocation::copy1DFrom(const void* data) { in copy1DFrom()
277 void Allocation::copy1DTo(void* data) { in copy1DTo()
282 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) { in validate2DRange()
292 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom()
312 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom()
313 … const sp<const Allocation>& data, uint32_t dataXoff, uint32_t dataYoff) { in copy2DRangeFrom()
321 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeTo()
341 void Allocation::copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedFrom()
349 void Allocation::copy2DStridedFrom(const void* data, size_t stride) { in copy2DStridedFrom()
353 void Allocation::copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedTo()
361 void Allocation::copy2DStridedTo(void* data, size_t stride) { in copy2DStridedTo()
365 void Allocation::validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in validate3DRange()
376 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeFrom()
396 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t … in copy3DRangeFrom()
397 … const sp<const Allocation>& data, uint32_t dataXoff, uint32_t dataYoff, uint32_t dataZoff) { in copy3DRangeFrom()
404 void Allocation::copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeTo()
424 sp<Allocation> Allocation::createTyped(const sp<RS>& rs, const sp<const Type>& type, in createTyped()
434 return new Allocation(id, rs, type, usage); in createTyped()
437 sp<Allocation> Allocation::createTyped(const sp<RS>& rs, const sp<const Type>& type, in createTyped()
449 return new Allocation(id, rs, type, usage); in createTyped()
452 sp<Allocation> Allocation::createTyped(const sp<RS>& rs, const sp<const Type>& type, in createTyped()
457 sp<Allocation> Allocation::createSized(const sp<RS>& rs, const sp<const Element>& e, in createSized()
466 sp<Allocation> Allocation::createSized2D(const sp<RS>& rs, const sp<const Element>& e, in createSized2D()
476 void Allocation::ioSendOutput() { in ioSendOutput()
486 void Allocation::ioGetInput() { in ioGetInput()
499 sp<Surface> Allocation::getSurface() { in getSurface()
510 void Allocation::setSurface(const sp<Surface>& s) { in setSurface()