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

  /frameworks/rs/driver/runtime/
rs_allocation.c 193 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
194 return &p[eSize * x];
201 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
203 return &p[(eSize * x) + (y * stride)];
210 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
213 return &p[(eSize * x) + (y * stride) + (z * stride * dimY)];
219 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
220 memcpy((void*)&p[eSize * x], ptr, eSize);
227 const uint32_t eSize = alloc->mHal.state.elementSizeBytes
    [all...]
  /frameworks/rs/
rsAllocation.cpp 117 const size_t eSize = mHal.state.type->getElementSizeBytes();
119 if ((count * eSize) != sizeBytes) {
122 (count * eSize), sizeBytes);
147 const size_t eSize = mHal.state.type->getElementSizeBytes();
149 if ((count * eSize) != sizeBytes) {
152 (count * eSize), sizeBytes);
163 const size_t eSize = mHal.state.elementSizeBytes;
164 const size_t lineSize = eSize * w;
181 const size_t eSize = mHal.state.elementSizeBytes;
182 const size_t lineSize = eSize * w
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 644 int eSize = mType.mElement.getBytesSize();
648 int count = data_length / eSize;
649 if ((eSize * count) != data_length) {
651 " not divisible by element size " + eSize + ".");
675 int eSize = mType.mElement.mElements[component_number].getBytesSize();
676 eSize *= mType.mElement.mArraySizes[component_number];
678 if (data_length != eSize) {
680 " does not match component size " + eSize + ".");
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 800 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
802 size_t size = count * eSize;
820 size_t eSize = alloc->mHal.state.elementSizeBytes;
821 size_t lineSize = eSize * w;
882 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
883 uint32_t lineSize = eSize * w;
917 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
    [all...]
rsdRuntimeStubs.cpp 747 const uint32_t eSize = e->getSizeBytes();
748 return &p[(eSize * x)];
784 const uint32_t eSize = e->getSizeBytes();
786 return &p[(eSize * x) + (y * stride)];
828 const uint32_t eSize = e->getSizeBytes();
830 return &p[(eSize * x) + (y * stride)];
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 778 int eSize = mType.mElement.getBytesSize();
782 int count = data_length / eSize;
783 if ((eSize * count) != data_length) {
785 " not divisible by element size " + eSize + ".");
809 int eSize = mType.mElement.mElements[component_number].getBytesSize();
810 eSize *= mType.mElement.mArraySizes[component_number];
812 if (data_length != eSize) {
814 " does not match component size " + eSize + ".");
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uxtheme.h 176 THEMEAPI GetThemePartSize(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,RECT *prc,enum THEMESIZE eSize,SIZE *psz);
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 1665 milliseconds