Home
last modified time | relevance | path

Searched refs:CanUseAdrenoForSize (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.h204 bool CanUseAdrenoForSize(int buffer_type, uint64_t usage);
Dgr_utils.cpp387 if (CanUseAdrenoForSize(buffer_type, info.usage)) { in GetBufferSizeAndDimensions()
1218 bool CanUseAdrenoForSize(int buffer_type, uint64_t usage) { in CanUseAdrenoForSize() function
Dgr_buf_mgr.cpp1098 bool use_adreno_for_size = CanUseAdrenoForSize(buffer_type, usage); in AllocateBuffer()
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.h219 bool CanUseAdrenoForSize(int buffer_type, uint64_t usage);
Dgr_utils.cpp463 if (CanUseAdrenoForSize(buffer_type, info.usage)) { in GetBufferSizeAndDimensions()
1312 bool CanUseAdrenoForSize(int buffer_type, uint64_t usage) { in CanUseAdrenoForSize() function
Dgr_buf_mgr.cpp1093 bool use_adreno_for_size = CanUseAdrenoForSize(buffer_type, usage); in AllocateBuffer()