HomeSort by relevance Sort by last modified time
    Searched refs:eSize (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/rs/
rsAllocation.cpp 239 uint32_t eSize = mType->getElementSizeBytes();
241 ptr += eSize * xoff;
242 uint32_t size = count * eSize;
257 uint32_t eSize = mType->getElementSizeBytes();
258 uint32_t lineSize = eSize * w;
263 dst += eSize * (xoff + yoff * destW);
265 if ((lineSize * eSize * h) != sizeBytes) {
274 dst += destW * eSize;
rsAdapter.cpp 170 uint32_t eSize = mAllocation.get()->getType()->getElementSizeBytes();
171 uint32_t lineSize = eSize * w;
  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c     [all...]
  /external/icu4c/test/cintltst/
capitst.c     [all...]

Completed in 103 milliseconds