Home | History | Annotate | Download | only in hwc

Lines Matching defs:hnd

183 int BlitEngineC2d::ClearTargetBuffer(private_handle_t* hnd, const LayerRect& rect) {
188 buffer.w = ALIGN((hnd->width), 32);
189 buffer.h = hnd->height;
190 buffer.format = hnd->format;
191 buffer.base = reinterpret_cast<void *>(hnd->base);
192 buffer.handle = reinterpret_cast<native_handle_t *>(hnd);
194 if (hnd->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) {
502 const private_handle_t *hnd = static_cast<const private_handle_t *>(hwc_layer->handle);
508 src.w = hnd->width;
509 src.h = hnd->height;
510 src.base = reinterpret_cast<void *>(hnd->base);
511 src.format = hnd->format;
560 if (hnd->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) {