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

1 2 3

  /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/msm8226/libhwcomposer/
hwc_virtual.cpp 109 if (list && list->outbuf && list->numHwLayers > 0) {
110 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1);
111 uint32_t last = (uint32_t)list->numHwLayers - 1;
152 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) {
166 if (list && list->outbuf && list->numHwLayers > 0) {
167 uint32_t last = (uint32_t)list->numHwLayers - 1;
297 if (LIKELY(list && list->numHwLayers > 1) &&
300 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1);
317 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) {
335 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++) {
240 for (size_t i = 0; i < list->numHwLayers; i++)
    [all...]
hwc_fbupdate.cpp 74 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
133 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
286 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
426 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 77 if (list && list->outbuf && list->numHwLayers > 0) {
78 reset_layer_prop(ctx, dpy, (int)list->numHwLayers - 1);
79 uint32_t last = (uint32_t)list->numHwLayers - 1;
126 for(size_t i = 0 ;i < (size_t)(list->numHwLayers - 1); i++) {
140 if (list && list->outbuf && list->numHwLayers > 0) {
141 uint32_t last = (uint32_t)list->numHwLayers - 1;
hwc.cpp 98 if (LIKELY(list && list->numHwLayers > 0)) {
101 (list->numHwLayers > 1)) {
109 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers;
127 if (LIKELY(list && list->numHwLayers > 0)) {
128 for(size_t layerIndex = 0; layerIndex < list->numHwLayers;
179 if (LIKELY(list && list->numHwLayers > 0)) {
183 * the layer-list is non-null and numHwLayers > 0, we assume
207 if (LIKELY(list && list->numHwLayers > 0)) {
208 for(size_t j = 0; j < list->numHwLayers; j++) {
237 for (size_t i = 0; i < list->numHwLayers; i++)
    [all...]
hwc_fbupdate.cpp 72 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
131 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
278 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
442 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...]
  /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...]
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngDisplayContext.cpp 85 for (size_t i = 0; i < display->numHwLayers; i++) {
169 for (size_t j = 0; j < display->numHwLayers-1; j++) {
181 hwc_layer_1_t& fbt = display->hwLayers[display->numHwLayers-1];
215 for (size_t j = 0; j < displays[i]->numHwLayers; j++) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayContext.cpp 85 for (size_t i = 0; i < display->numHwLayers; i++) {
169 for (size_t j = 0; j < display->numHwLayers-1; j++) {
181 hwc_layer_1_t& fbt = display->hwLayers[display->numHwLayers-1];
215 for (size_t j = 0; j < displays[i]->numHwLayers; j++) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DisplayAnalyzer.cpp 117 for (size_t i = 0; i < display->numHwLayers - 1; i++) {
HwcLayerList.cpp 248 if (!mList || mList->numHwLayers == 0) {
253 mLayerCount = (int)mList->numHwLayers;
799 if ((int)list->numHwLayers != mLayerCount) {
800 ELOGTRACE("layer count doesn't match (%d, %d)", list->numHwLayers, mLayerCount);
867 if ((int)list->numHwLayers != mLayerCount) {
868 ELOGTRACE("layer count doesn't match (%d, %d)", list->numHwLayers, mLayerCount);
1007 DLOGTRACE(" numHwLayers = %u, flags = %08x", mList->numHwLayers, mList->flags);
  /hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.cpp 196 for (int j = 0; j < (int)content->numHwLayers - 1; j++) {
223 for (int j = 0; j < (int)content->numHwLayers - 1; j++) {
606 for (int j = 0; j < (int)content->numHwLayers - 1; j++) {
735 for (int j = 0; j < (int)content->numHwLayers - 1; j++) {
814 for (size_t i = 0; i < content->numHwLayers - 1; i++) {
843 for (size_t i = 0; i < content->numHwLayers - 1; i++) {
876 for (size_t i = 0; i < display->numHwLayers - 1; i++) {
HwcLayerList.cpp 205 if (!mList || mList->numHwLayers == 0) {
210 mLayerCount = (int)mList->numHwLayers;
857 if ((int)list->numHwLayers != mLayerCount) {
858 ETRACE("layer count doesn't match (%zd, %d)", list->numHwLayers, mLayerCount);
925 if ((int)list->numHwLayers != mLayerCount) {
926 ETRACE("layer count doesn't match (%d, %d)", list->numHwLayers, mLayerCount);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DummyDevice.cpp 63 for (size_t i=0; i < display->numHwLayers-1; i++) {
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 74 for (size_t i=0 ; i<displays[0]->numHwLayers ; i++) {
85 //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;
  /hardware/qcom/display/msm8994/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++) {
  /hardware/libhardware/include/hardware/
hwcomposer.h 437 * in the list will be unique. If numHwLayers is 0, all composition will be
441 size_t numHwLayers;
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 606 disp.list->numHwLayers = numLayers;
651 i, disp.list->numHwLayers);
685 for (size_t i=0 ; i<disp.list->numHwLayers ; i++) {
704 if (disp.list->numHwLayers == (disp.framebufferTarget ? 1 : 0)) {
    [all...]

Completed in 502 milliseconds

1 2 3