Lines Matching refs:DPRINT
71 #define DPRINT(fmt,...) ALOGD("%s: " fmt, __FUNCTION__, ##__VA_ARGS__); macro
73 #define DPRINT(...) macro
496 DPRINT("got native fence fd=%d queue_work_err=%d", in createNativeSync()
589 DPRINT("virtio-gpu: got native fence fd=%d queue_work_err=%d", in createNativeSync_virtioGpu()
666 DPRINT("queueBuffer with fence %d", presentFenceFd); in swapBuffers()
670 DPRINT("calling dequeueBuffer..."); in swapBuffers()
684 DPRINT("dequeueBuffer with fence %d", acquireFenceFd); in swapBuffers()
2211 DPRINT("type for eglCreateSyncKHR: 0x%x", type); in eglCreateSyncKHR()
2242 DPRINT("ERROR: attrib list without EGL_NONE"); in eglCreateSyncKHR()
2250 DPRINT("ERROR: attrib key = EGL_SYNC_TYPE_KHR"); in eglCreateSyncKHR()
2253 DPRINT("ERROR: attrib key = EGL_SYNC_STATUS_KHR"); in eglCreateSyncKHR()
2256 DPRINT("ERROR: attrib key = EGL_SYNC_CONDITION_KHR"); in eglCreateSyncKHR()
2265 DPRINT("attrib: 0x%x : 0x%x", attrib_key, attrib_val); in eglCreateSyncKHR()
2307 DPRINT("has input fence fd %d", in eglCreateSyncKHR()
2328 DPRINT("WARNING: null sync object") in eglDestroySyncKHR()
2356 DPRINT("WARNING: null sync object"); in eglClientWaitSyncKHR()
2362 DPRINT("sync=0x%lx (handle=0x%lx) flags=0x%x timeout=0x%llx", in eglClientWaitSyncKHR()
2427 DPRINT("call"); in eglDupNativeFenceFDANDROID()