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
593
if (paddedWidth & (
RS_CPU_ALLOCATION_ALIGNMENT
- 1)) {
594
paddedWidth +=
RS_CPU_ALLOCATION_ALIGNMENT
- paddedWidth %
RS_CPU_ALLOCATION_ALIGNMENT
;
597
uint8_t* dataBuffer = (uint8_t*) memalign(
RS_CPU_ALLOCATION_ALIGNMENT
, size);
693
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
...]
Completed in 51 milliseconds