OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ubwc_enabled
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp
219
bool
ubwc_enabled
= isUBwcEnabled(format, usage);
local
223
int tileEnabled =
ubwc_enabled
|| isMacroTileEnabled(format, usage);
225
} else if (
ubwc_enabled
) {
[
all
...]
/hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp
799
bool
ubwc_enabled
= IsUBwcEnabled(format, prod_usage, cons_usage);
local
800
int tile =
ubwc_enabled
|| IsMacroTileEnabled(format, prod_usage, cons_usage);
807
if (
ubwc_enabled
) {
/hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp
385
int
ubwc_enabled
= 0;
local
387
HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &
ubwc_enabled
);
388
if (
ubwc_enabled
== 1) {
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp
1302
int
ubwc_enabled
= 0;
local
[
all
...]
Completed in 624 milliseconds