OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIV_FLAGS_EXTERNAL_CC
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h
157
PRIV_FLAGS_EXTERNAL_CC
= 0x00008000,
gpu.cpp
102
flags |= private_handle_t::
PRIV_FLAGS_EXTERNAL_CC
;
/hardware/qcom/display/msm8974/libgralloc/
gralloc_priv.h
154
PRIV_FLAGS_EXTERNAL_CC
= 0x00008000,
gpu.cpp
103
flags |= private_handle_t::
PRIV_FLAGS_EXTERNAL_CC
;
/hardware/qcom/display/msm8x26/libgralloc/
gralloc_priv.h
156
PRIV_FLAGS_EXTERNAL_CC
= 0x00008000,
gpu.cpp
102
flags |= private_handle_t::
PRIV_FLAGS_EXTERNAL_CC
;
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h
241
return (hnd && (hnd->flags & private_handle_t::
PRIV_FLAGS_EXTERNAL_CC
));
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h
241
return (hnd && (hnd->flags & private_handle_t::
PRIV_FLAGS_EXTERNAL_CC
));
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h
294
return (hnd && (hnd->flags & private_handle_t::
PRIV_FLAGS_EXTERNAL_CC
));
Completed in 172 milliseconds