OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIV_FLAGS_EXTERNAL_ONLY
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h
153
PRIV_FLAGS_EXTERNAL_ONLY
= 0x00002000,
gpu.cpp
96
flags |= private_handle_t::
PRIV_FLAGS_EXTERNAL_ONLY
;
/hardware/qcom/display/msm8974/libgralloc/
gralloc_priv.h
150
PRIV_FLAGS_EXTERNAL_ONLY
= 0x00002000,
gpu.cpp
97
flags |= private_handle_t::
PRIV_FLAGS_EXTERNAL_ONLY
;
/hardware/qcom/display/msm8x26/libgralloc/
gralloc_priv.h
152
PRIV_FLAGS_EXTERNAL_ONLY
= 0x00002000,
gpu.cpp
96
flags |= private_handle_t::
PRIV_FLAGS_EXTERNAL_ONLY
;
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h
231
return (hnd && (hnd->flags & private_handle_t::
PRIV_FLAGS_EXTERNAL_ONLY
));
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h
231
return (hnd && (hnd->flags & private_handle_t::
PRIV_FLAGS_EXTERNAL_ONLY
));
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h
284
return (hnd && (hnd->flags & private_handle_t::
PRIV_FLAGS_EXTERNAL_ONLY
));
Completed in 146 milliseconds