OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tile_enabled
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.cpp
567
int *
tile_enabled
= va_arg(args, int *);
local
570
*
tile_enabled
= allocator_->IsUBwcEnabled(format, prod_usage, cons_usage) ||
gr_allocator.cpp
218
bool
tile_enabled
= false;
local
222
return
tile_enabled
;
234
tile_enabled
= true;
241
return
tile_enabled
;
Completed in 469 milliseconds