HomeSort by relevance Sort by last modified time
    Searched refs:HWC_COPYBIT (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 55 !(layerProp[i].mFlags & HWC_COPYBIT) ||
68 !(layerProp[i].mFlags & HWC_COPYBIT))
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 55 !(layerProp[i].mFlags & HWC_COPYBIT) ||
68 !(layerProp[i].mFlags & HWC_COPYBIT))
  /hardware/qcom/display/msm8994/libqdutils/
cb_utils.cpp 56 !(layerProp[i].mFlags & HWC_COPYBIT) ||
70 !(layerProp[i].mFlags & HWC_COPYBIT))
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 25 #include "hwc_copybit.h"
191 layerProp[i].mFlags |= HWC_COPYBIT;
253 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
255 if(!(layerProp[i].mFlags & HWC_COPYBIT)) {
hwc_utils.h 121 HWC_COPYBIT = 0x00000002,
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 26 #include "hwc_copybit.h"
210 layerProp[i].mFlags |= HWC_COPYBIT;
275 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
277 if(!(layerProp[i].mFlags & HWC_COPYBIT)) {
hwc_utils.h 123 HWC_COPYBIT = 0x00000002,
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 24 #include "hwc_copybit.h"
234 layerProp[i].mFlags |= HWC_COPYBIT;
309 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
312 if(!(layerProp[i].mFlags & HWC_COPYBIT)) {
hwc_utils.h 152 HWC_COPYBIT = 0x00000002,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 177 HWC_COPYBIT = 0x00000002,
hwc_copybit.cpp 24 #include "hwc_copybit.h"
372 layerProp[i].mFlags |= HWC_COPYBIT;
534 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
536 if(!(layerProp[i].mFlags & HWC_COPYBIT)) {
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 188 HWC_COPYBIT = 0x00000002,
hwc_copybit.cpp 24 #include "hwc_copybit.h"
380 layerProp[i].mFlags |= HWC_COPYBIT;
544 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
546 if(!(layerProp[i].mFlags & HWC_COPYBIT)) {
    [all...]

Completed in 145 milliseconds