HomeSort by relevance Sort by last modified time
    Searched defs:IsUBwcSupported (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8909/gralloc/
gr_utils.cpp 483 bool IsUBwcSupported(int format) {
511 if ((prod_usage & GRALLOC1_PRODUCER_USAGE_PRIVATE_ALLOC_UBWC) && IsUBwcSupported(format)) {
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_utils.cpp 483 bool IsUBwcSupported(int format) {
511 if ((prod_usage & GRALLOC1_PRODUCER_USAGE_PRIVATE_ALLOC_UBWC) && IsUBwcSupported(format)) {
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 495 bool Allocator::IsUBwcSupported(int format) {
616 if ((prod_usage & GRALLOC1_PRODUCER_USAGE_PRIVATE_ALLOC_UBWC) && IsUBwcSupported(format)) {
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 497 bool Allocator::IsUBwcSupported(int format) {
618 if ((prod_usage & GRALLOC1_PRODUCER_USAGE_PRIVATE_ALLOC_UBWC) && IsUBwcSupported(format)) {

Completed in 105 milliseconds