Home
last modified time | relevance | path

Searched refs:dst_handle (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
DREADME.txt25 gmeta.init(dst_handle);
29 VendorGraphicBufferMeta gmeta(dst_handle);
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp1076 buffer_handle_t dst_handle = NULL; in needDstBufRealloc() local
1078 dst_handle = mDstImgs[index].bufferHandle; in needDstBufRealloc()
1080 if (dst_handle == NULL) { in needDstBufRealloc()
1099 VendorGraphicBufferMeta gmeta(dst_handle); in needDstBufRealloc()
1101 MPP_LOGD(eDebugMPP | eDebugBuf, "\tdst_handle(%p) afbc (%u) sbwc (%u) lossy (%u)", dst_handle, in needDstBufRealloc()
1102 isAFBCCompressed(dst_handle), isFormatSBWC(gmeta.format), isFormatLossy(gmeta.format)); in needDstBufRealloc()
1116 (isAFBCCompressed(dst_handle) != (dst.compressionInfo.type == COMP_TYPE_AFBC)) || in needDstBufRealloc()
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Ddrm.h874 __u32 dst_handle; member