Searched refs:eoff (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsAllocation.cpp | 432 …const void *data, size_t eoff, uint32_t sizeBytes) { // TODO: this seems wrong, eoff and sizeBytes… in rsi_Allocation2DElementData() argument 434 a->elementData(rsc, x, y, data, eoff, sizeBytes); in rsi_Allocation2DElementData() 438 …const void *data, size_t eoff, uint32_t sizeBytes) { // TODO: this seems wrong, eoff and sizeBytes… in rsi_Allocation1DElementData() argument 440 a->elementData(rsc, x, data, eoff, sizeBytes); in rsi_Allocation1DElementData()
|