HomeSort by relevance Sort by last modified time
    Searched refs:numHwLayers (Results 1 - 25 of 44) sorted by null

1 2

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 96 if (list && list->outbuf && list->numHwLayers > 0) {
97 reset_layer_prop(ctx, dpy, list->numHwLayers - 1);
98 uint32_t last = list->numHwLayers - 1;
136 if (list && list->outbuf && list->numHwLayers > 0) {
137 uint32_t last = list->numHwLayers - 1;
206 if (LIKELY(list && list->numHwLayers > 1) &&
210 reset_layer_prop(ctx, dpy, list->numHwLayers - 1);
223 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) {
242 uint32_t last = list->numHwLayers - 1;
249 if(list->numHwLayers > 1
    [all...]
hwc.cpp 117 if (LIKELY(list && list->numHwLayers > 0)) {
118 for(uint32_t j = 0; j < list->numHwLayers; j++) {
126 * the layer-list is non-null and numHwLayers > 0, we assume
131 if((ctx->mPrevHwLayerCount[i] == 1) and (list->numHwLayers > 1)) {
138 ctx->mPrevHwLayerCount[i] = list->numHwLayers;
169 for (size_t i = 0; i < list->numHwLayers; i++) {
195 if (LIKELY(list && list->numHwLayers > 1) &&
201 reset_layer_prop(ctx, dpy, list->numHwLayers - 1);
226 if (LIKELY(list && list->numHwLayers > 1) &&
229 reset_layer_prop(ctx, dpy, list->numHwLayers - 1)
    [all...]
hwc_fbupdate.cpp 68 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
127 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
283 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
422 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_virtual.cpp 98 if (list && list->outbuf && list->numHwLayers > 0) {
99 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1);
100 uint32_t last = (uint32_t)list->numHwLayers - 1;
140 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) {
154 if (list && list->outbuf && list->numHwLayers > 0) {
155 uint32_t last = (uint32_t)list->numHwLayers - 1;
257 if (LIKELY(list && list->numHwLayers > 1) &&
261 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1);
278 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) {
297 uint32_t last = (uint32_t)list->numHwLayers - 1
    [all...]
hwc.cpp 109 if (LIKELY(list && list->numHwLayers > 0)) {
112 (list->numHwLayers > 1)) {
120 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers;
137 if (LIKELY(list && list->numHwLayers > 0)) {
138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers;
187 if (LIKELY(list && list->numHwLayers > 0)) {
191 * the layer-list is non-null and numHwLayers > 0, we assume
209 if (LIKELY(list && list->numHwLayers > 0)) {
210 for(size_t j = 0; j < list->numHwLayers; j++) {
214 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers;
    [all...]
hwc_fbupdate.cpp 67 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
127 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
280 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
420 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc.cpp 98 if (LIKELY(list && list->numHwLayers > 1)) {
99 for(uint32_t j = 0; j < list->numHwLayers; j++) {
156 if (LIKELY(list && list->numHwLayers > 1) &&
158 reset_layer_prop(ctx, dpy, list->numHwLayers - 1);
180 if (LIKELY(list && list->numHwLayers > 1) &&
183 reset_layer_prop(ctx, dpy, list->numHwLayers - 1);
216 if (list && list->outbuf && list->numHwLayers > 0) {
217 reset_layer_prop(ctx, dpy, list->numHwLayers - 1);
218 uint32_t last = list->numHwLayers - 1;
408 uint32_t last = list->numHwLayers - 1
    [all...]
hwc_fbupdate.cpp 69 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
193 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
hwc_utils.cpp 367 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1;
368 ctx->listStats[dpy].fbLayerIndex = list->numHwLayers - 1;
562 uint32_t last = list->numHwLayers - 1;
588 for(uint32_t i = 0; i < list->numHwLayers; i++) {
665 for(uint32_t i = 0; i < list->numHwLayers; i++) {
701 ALOGE("%s: acq_fen_fd_cnt=%d flags=%d fd=%d dpy=%d numHwLayers=%d",
703 dpy, list->numHwLayers);
706 for(uint32_t i = 0; i < list->numHwLayers; i++) {
    [all...]
hwc_mdpcomp.cpp 231 const int numAppLayers = list->numHwLayers - 1;
435 (list->numHwLayers - 1) > MAX_SEC_LAYERS) {
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc.cpp 94 if (LIKELY(list && list->numHwLayers > 1)) {
95 for(uint32_t j = 0; j < list->numHwLayers; j++) {
142 if (LIKELY(list && list->numHwLayers > 1) &&
144 reset_layer_prop(ctx, dpy, list->numHwLayers - 1);
145 uint32_t last = list->numHwLayers - 1;
169 if (LIKELY(list && list->numHwLayers > 1) &&
172 reset_layer_prop(ctx, dpy, list->numHwLayers - 1);
173 uint32_t last = list->numHwLayers - 1;
357 uint32_t last = list->numHwLayers - 1;
363 if(list->numHwLayers > 1
    [all...]
hwc_fbupdate.cpp 63 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
167 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
hwc_utils.cpp 426 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1;
427 ctx->listStats[dpy].fbLayerIndex = list->numHwLayers - 1;
434 for (size_t i = 0; i < list->numHwLayers; i++) {
608 uint32_t last = list->numHwLayers - 1;
638 for(uint32_t i = 0; i < list->numHwLayers; i++) {
706 for(uint32_t i = 0; i < list->numHwLayers; i++) {
744 for(uint32_t i = 0; i < list->numHwLayers; i++) {
    [all...]
  /hardware/intel/img/hwcomposer/ips/tangier/
TngDisplayContext.cpp 86 for (size_t i = 0; i < display->numHwLayers; i++) {
170 for (size_t j = 0; j < display->numHwLayers-1; j++) {
182 hwc_layer_1_t& fbt = display->hwLayers[display->numHwLayers-1];
216 for (size_t j = 0; j < displays[i]->numHwLayers; j++) {
  /hardware/intel/img/hwcomposer/common/base/
DisplayAnalyzer.cpp 117 for (size_t i = 0; i < display->numHwLayers - 1; i++) {
HwcLayerList.cpp 251 if (!mList || mList->numHwLayers == 0) {
256 mLayerCount = (int)mList->numHwLayers;
809 if ((int)list->numHwLayers != mLayerCount) {
810 ELOGTRACE("layer count doesn't match (%d, %d)", list->numHwLayers, mLayerCount);
877 if ((int)list->numHwLayers != mLayerCount) {
878 ELOGTRACE("layer count doesn't match (%d, %d)", list->numHwLayers, mLayerCount);
1017 DLOGTRACE(" numHwLayers = %u, flags = %08x", mList->numHwLayers, mList->flags);
    [all...]
  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer.h 364 * in the list will be unique. If numHwLayers is 0, all composition will be
368 size_t numHwLayers;
  /hardware/intel/img/hwcomposer/common/devices/
DummyDevice.cpp 63 for (size_t i=0; i < display->numHwLayers-1; i++) {
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 73 for (size_t i=0 ; i<displays[0]->numHwLayers ; i++) {
84 //for (size_t i=0 ; i<list->numHwLayers ; i++) {
  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 46 size_t last = list->numHwLayers - 1;
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 46 size_t last = list->numHwLayers - 1;
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 420 selectedFrames = vectorRandSelect(frames, list->numHwLayers);
427 for (unsigned int n1 = 0; n1 < list->numHwLayers; n1++) {
498 for (unsigned int n1 = 0; n1 < list->numHwLayers; n1++) {
hwcTestLib.cpp 415 list->numHwLayers = numLayers;
434 testPrintI(" numHwLayers: %u", list->numHwLayers);
436 for (unsigned int layer = 0; layer < list->numHwLayers; layer++) {
504 for (unsigned int layer = 0; layer < list->numHwLayers; layer++) {
534 for (unsigned int layer = 0; layer < list->numHwLayers; layer++) {
537 && (layer != list->numHwLayers - 1)) {
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 416 * in the list will be unique. If numHwLayers is 0, all composition will be
420 size_t numHwLayers;
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 603 disp.list->numHwLayers = numLayers;
647 i, disp.list->numHwLayers);
681 for (size_t i=0 ; i<disp.list->numHwLayers ; i++) {
700 if (disp.list->numHwLayers == (disp.framebufferTarget ? 1 : 0)) {
    [all...]

Completed in 221 milliseconds

1 2