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

  /frameworks/base/libs/hwui/
FontRenderer.cpp 590 if (paddedWidth & (RS_CPU_ALLOCATION_ALIGNMENT - 1)) {
591 paddedWidth += RS_CPU_ALLOCATION_ALIGNMENT - paddedWidth % RS_CPU_ALLOCATION_ALIGNMENT;
594 uint8_t* dataBuffer = (uint8_t*) memalign(RS_CPU_ALLOCATION_ALIGNMENT, size);
698 uint8_t* outImage = (uint8_t*) memalign(RS_CPU_ALLOCATION_ALIGNMENT, width * height);
  /frameworks/rs/cpp/
rsCppStructs.h 30 #define RS_CPU_ALLOCATION_ALIGNMENT 16
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 31 #define RS_CPU_ALLOCATION_ALIGNMENT 16
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 31 #define RS_CPU_ALLOCATION_ALIGNMENT 16
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 31 #define RS_CPU_ALLOCATION_ALIGNMENT 16
    [all...]

Completed in 144 milliseconds