Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp71 #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()
[all …]