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

/frameworks/rs/
H A DrsAllocation.cpp511 const void *data, size_t sizeBytes, size_t eoff) {
513 a->elementData(rsc, x, y, data, eoff, sizeBytes);
517 const void *data, size_t sizeBytes, size_t eoff) {
519 a->elementData(rsc, x, data, eoff, sizeBytes);
510 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
516 rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) argument
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp449 const void *data, size_t sizeBytes, size_t eoff) {
451 a->elementData(rsc, x, y, data, eoff, sizeBytes);
455 const void *data, size_t sizeBytes, size_t eoff) {
457 a->elementData(rsc, x, data, eoff, sizeBytes);
448 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
454 rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, const void *data, size_t sizeBytes, size_t eoff) argument

Completed in 8 milliseconds