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 627 if (paddedWidth & (RS_CPU_ALLOCATION_ALIGNMENT - 1)) {
628 paddedWidth += RS_CPU_ALLOCATION_ALIGNMENT - paddedWidth % RS_CPU_ALLOCATION_ALIGNMENT;
631 uint8_t* dataBuffer = (uint8_t*) memalign(RS_CPU_ALLOCATION_ALIGNMENT, size);
735 uint8_t* outImage = (uint8_t*) memalign(RS_CPU_ALLOCATION_ALIGNMENT, width * height);
  /frameworks/rs/cpp/
rsCppStructs.h 32 #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 62 milliseconds