Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp57 #define DPRINT(fmt,...) ALOGD("%s: " fmt, __FUNCTION__, ##__VA_ARGS__); macro
59 #define DPRINT(...) macro
450 DPRINT("got native fence fd=%d queue_work_err=%d", in createNativeSync()
516 DPRINT("queueBuffer with fence %d", presentFenceFd); in swapBuffers()
520 DPRINT("calling dequeueBuffer..."); in swapBuffers()
534 DPRINT("dequeueBuffer with fence %d", acquireFenceFd); in swapBuffers()
1873 DPRINT("type for eglCreateSyncKHR: 0x%x", type); in eglCreateSyncKHR()
1903 DPRINT("ERROR: attrib list without EGL_NONE"); in eglCreateSyncKHR()
1911 DPRINT("ERROR: attrib key = EGL_SYNC_TYPE_KHR"); in eglCreateSyncKHR()
1914 DPRINT("ERROR: attrib key = EGL_SYNC_STATUS_KHR"); in eglCreateSyncKHR()
[all …]