Searched refs:cur_uncached (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_allocator.cpp | 174 bool cur_uncached = false, prev_uncached = false; in CheckForBufferSharing() local 181 cur_uncached = UseUncached(descriptors[i]->GetFormat(), descriptors[i]->GetUsage()); in CheckForBufferSharing() 198 prev_uncached = cur_uncached; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_allocator.cpp | 154 bool cur_uncached = false, prev_uncached = false; in CheckForBufferSharing() local 161 cur_uncached = UseUncached(descriptors[i]->GetProducerUsage(), in CheckForBufferSharing() 180 prev_uncached = cur_uncached; in CheckForBufferSharing()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_allocator.cpp | 150 bool cur_uncached = false, prev_uncached = false; in CheckForBufferSharing() local 157 cur_uncached = UseUncached(descriptors[i]->GetUsage()); in CheckForBufferSharing() 174 prev_uncached = cur_uncached; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_allocator.cpp | 154 bool cur_uncached = false, prev_uncached = false; in CheckForBufferSharing() local 161 cur_uncached = UseUncached(descriptors[i]->GetProducerUsage(), in CheckForBufferSharing() 180 prev_uncached = cur_uncached; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.cpp | 162 bool cur_uncached = false, prev_uncached = false; in CheckForBufferSharing() local 169 cur_uncached = UseUncached(descriptors[i]->GetProducerUsage(), in CheckForBufferSharing() 188 prev_uncached = cur_uncached; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.cpp | 163 bool cur_uncached = false, prev_uncached = false; in CheckForBufferSharing() local 170 cur_uncached = UseUncached(descriptors[i]->GetProducerUsage(), in CheckForBufferSharing() 189 prev_uncached = cur_uncached; in CheckForBufferSharing()
|