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

/device/generic/goldfish-opengl/system/egl/
H A Degl.cpp60 #define DPRINT(fmt,...) ALOGD("%s: " fmt, __FUNCTION__, ##__VA_ARGS__); macro
62 #define DPRINT(...) macro
471 DPRINT("got native fence fd=%d queue_work_err=%d",
537 DPRINT("queueBuffer with fence %d", presentFenceFd);
541 DPRINT("calling dequeueBuffer...");
555 DPRINT("dequeueBuffer with fence %d", acquireFenceFd);
2038 DPRINT("type for eglCreateSyncKHR: 0x%x", type);
2068 DPRINT("ERROR: attrib list without EGL_NONE");
2076 DPRINT("ERROR: attrib key = EGL_SYNC_TYPE_KHR");
2079 DPRINT("ERRO
[all...]

Completed in 24 milliseconds