OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:format3D
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h
136
inline uint32_t
format3D
(uint32_t x) { return x & 0xFF000; }
/hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h
133
inline uint32_t
format3D
(uint32_t x) { return x & 0xFF000; }
Completed in 3708 milliseconds