OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIV_FLAGS_UBWC_ALIGNED
(Results
1 - 17
of
17
) sorted by null
/hardware/qcom/display/msm8996/libgralloc1/
gr_priv_handle.h
61
PRIV_FLAGS_UBWC_ALIGNED
= 0x08000000,
gr_buf_mgr.cpp
339
flags |= private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
;
620
*flag = hnd->flags &private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
;
gr_allocator.cpp
139
data.alloc_type |= private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
;
431
if (hnd->flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
) {
767
if (!(hnd->flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
)) {
/hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp
194
if (hnd->flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
) {
372
if (target_buffer->flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
) {
545
if (hnd->flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
) {
hwc_display.cpp
390
flags |= private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
;
797
if (flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
) {
[
all
...]
/hardware/qcom/display/msm8994/libgralloc/
gralloc_priv.h
215
PRIV_FLAGS_UBWC_ALIGNED
= 0x08000000
gpu.cpp
152
flags |= private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
;
/hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp
170
if (hnd->flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
) {
791
if (hnd->flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
) {
[
all
...]
gralloc_priv.h
217
PRIV_FLAGS_UBWC_ALIGNED
= 0x08000000,
gpu.cpp
131
flags |= private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
;
mapper.cpp
439
*flag = hnd->flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
;
/hardware/qcom/display/msm8994/liboverlay/
overlayUtils.cpp
146
bool uBwcEnabled = (flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp
292
if (flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
) {
hwc_display.cpp
963
if (flags & private_handle_t::
PRIV_FLAGS_UBWC_ALIGNED
) {
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.cpp
[
all
...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp
[
all
...]
omx_video_base.cpp
[
all
...]
Completed in 630 milliseconds