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

  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 56 !(layerProp[i].mFlags & HWC_COPYBIT) ||
69 !(layerProp[i].mFlags & HWC_COPYBIT))
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 56 !(layerProp[i].mFlags & HWC_COPYBIT) ||
69 !(layerProp[i].mFlags & HWC_COPYBIT))
  /hardware/qcom/display/msm8994/libqdutils/
cb_utils.cpp 57 !(layerProp[i].mFlags & HWC_COPYBIT) ||
71 !(layerProp[i].mFlags & HWC_COPYBIT))
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 25 #include "hwc_copybit.h"
196 layerProp[i].mFlags |= HWC_COPYBIT;
258 // numAppLayers-1, as we iterate from 0th layer index with HWC_COPYBIT flag
260 if(!(layerProp[i].mFlags & HWC_COPYBIT)) {
hwc_utils.h 121 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 189 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 232 milliseconds