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

  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_virtual.cpp 80 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
82 getLayerResolution(fbLayer, fbWidth, fbHeight);
143 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
180 if (fbLayer->handle && !ctx->mFBUpdate[dpy]->draw(ctx,
181 (private_handle_t *)fbLayer->handle)) {
196 sync_wait(fbLayer->acquireFenceFd, 1000);
198 dumpBuffer((private_handle_t *)fbLayer->handle, bufferName);
hwc.cpp 613 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
638 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
696 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
714 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
    [all...]
hwc_copybit.cpp 520 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
521 private_handle_t *fbhnd = (private_handle_t *)fbLayer->handle;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 80 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
82 getLayerResolution(fbLayer, fbWidth, fbHeight);
142 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
179 if (fbLayer->handle && !ctx->mFBUpdate[dpy]->draw(ctx,
180 (private_handle_t *)fbLayer->handle)) {
195 sync_wait(fbLayer->acquireFenceFd, 1000);
197 dumpBuffer((private_handle_t *)fbLayer->handle, bufferName);
hwc.cpp 626 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
651 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
710 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
728 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
    [all...]
hwc_copybit.cpp 418 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
419 private_handle_t *fbhnd = (private_handle_t *)fbLayer->handle;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 112 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
114 getLayerResolution(fbLayer, fbWidth, fbHeight);
168 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
206 if (fbLayer->handle && !ctx->mFBUpdate[dpy]->draw(ctx,
207 (private_handle_t *)fbLayer->handle)) {
222 sync_wait(fbLayer->acquireFenceFd, 1000);
224 dumpBuffer((private_handle_t *)fbLayer->handle, bufferName);
336 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
357 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
hwc.cpp 587 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
600 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
604 sync_wait(fbLayer->acquireFenceFd, 1000);
683 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
704 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
hwc_copybit.cpp 409 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
410 private_handle_t *fbhnd = (private_handle_t *)fbLayer->handle;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_virtual.cpp 101 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
103 getLayerResolution(fbLayer, fbWidth, fbHeight);
156 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
190 if (fbLayer->handle && !ctx->mFBUpdate[dpy]->draw(ctx,
191 (private_handle_t *)fbLayer->handle)) {
298 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
319 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
hwc.cpp 585 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
604 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
653 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
674 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc.cpp 146 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
147 if(fbLayer->handle) {
174 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
176 if(fbLayer->handle) {
358 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
373 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
406 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
420 private_handle_t *hnd = (private_handle_t *)fbLayer->handle;
hwc_copybit.cpp 171 hwc_layer_1_t *fbLayer = &list->hwLayers[fbLayerIndex];
172 private_handle_t *fbHnd = (private_handle_t *)fbLayer->handle;

Completed in 456 milliseconds