Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/drm/
H A Dqxl_drm.h50 __u32 dst_handle; member
H A Ddrm.h407 __u32 dst_handle; member
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
H A DREADME.txt25 gmeta.init(dst_handle);
29 VendorGraphicBufferMeta gmeta(dst_handle);
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosMPP.cpp1065 buffer_handle_t dst_handle = NULL; in needDstBufRealloc() local
1067 dst_handle = mDstImgs[index].bufferHandle; in needDstBufRealloc()
1069 if (dst_handle == NULL) { in needDstBufRealloc()
1082 VendorGraphicBufferMeta gmeta(dst_handle); in needDstBufRealloc()
1084 MPP_LOGD(eDebugMPP | eDebugBuf, "\tdst_handle(%p) afbc (%u) sbwc (%u) lossy (%u)", dst_handle, in needDstBufRealloc()
1085 isAFBCCompressed(dst_handle), isFormatSBWC(gmeta.format), isFormatLossy(gmeta.format)); in needDstBufRealloc()
1097 (isAFBCCompressed(dst_handle) != dst.compressed) || in needDstBufRealloc()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc175 Handle<mirror::ObjectArray<mirror::Object>> dst_handle( in RunArrayCopy() local
183 dst_handle.Get(), in RunArrayCopy()
186 CheckObjectArray(dst_handle.Get(), expected_result); in RunArrayCopy()