Searched defs:eoff (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/
H A DrsAllocation.cpp548 const void *data, size_t sizeBytes, size_t eoff) {
550 a->elementData(rsc, x, y, data, eoff, sizeBytes);
554 const void *data, size_t sizeBytes, size_t eoff) {
556 a->elementData(rsc, x, data, eoff, sizeBytes);
547 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
553 rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) argument

Completed in 2159 milliseconds