OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_CPU_ALLOCATION_ALIGNMENT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
FontRenderer.cpp
625
if (paddedWidth & (
RS_CPU_ALLOCATION_ALIGNMENT
- 1)) {
626
paddedWidth +=
RS_CPU_ALLOCATION_ALIGNMENT
- paddedWidth %
RS_CPU_ALLOCATION_ALIGNMENT
;
629
uint8_t* dataBuffer = (uint8_t*) memalign(
RS_CPU_ALLOCATION_ALIGNMENT
, size);
731
uint8_t* outImage = (uint8_t*) memalign(
RS_CPU_ALLOCATION_ALIGNMENT
, width * height);
/frameworks/rs/cpp/
rsCppStructs.h
31
#define
RS_CPU_ALLOCATION_ALIGNMENT
16
[
all
...]
Completed in 469 milliseconds