Searched defs:eoff (Results 1 - 1 of 1) sorted by last modified time

/frameworks/rs/
H A DrsAllocation.cpp589 const void *data, size_t sizeBytes, size_t eoff) {
591 a->elementData(rsc, x, y, data, eoff, sizeBytes);
595 const void *data, size_t sizeBytes, size_t eoff) {
597 a->elementData(rsc, x, data, eoff, sizeBytes);
588 rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face, const void *data, size_t sizeBytes, size_t eoff) argument
594 rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) argument

Completed in 47 milliseconds