Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DSyncThread.cpp57 #define DPRINT(fmt, ...) do { \ macro
64 #define DPRINT(...) macro
141 DPRINT("wait done (with fence), use goldfish sync timeline inc"); in triggerWait()
173 DPRINT("for worker id: %d", workerId); in initSyncEGLContext()
224 DPRINT("enter"); in doSyncWait()
238 DPRINT("wait on sync obj: %p", fenceSync); in doSyncWait()
241 DPRINT( in doSyncWait()
248 DPRINT("error: eglClientWaitSync abnormal exit 0x%x. sync handle 0x%llx. egl error = %#x\n", in doSyncWait()
253 DPRINT("issue timeline increment"); in doSyncWait()
284 DPRINT("done timeline increment"); in doSyncWait()
[all …]
/hardware/google/aemu/host-common/include/host-common/
DGoldfishSyncCommandQueue.h27 #define DPRINT(...) do { \ macro
31 #define DPRINT(...) macro
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
DGLESv1Dispatch.cpp31 #define DPRINT(...) do { \ macro
36 #define DPRINT(...)
/hardware/google/gfxstream/guest/egl/
Degl.cpp59 #define DPRINT(fmt,...) ALOGD("%s: " fmt, __FUNCTION__, ##__VA_ARGS__); macro
61 #define DPRINT(...) macro
604 DPRINT("got native fence fd=%d queue_work_err=%d", in createNativeSync()
676 DPRINT("virtio-gpu: got native fence fd=%d queue_work_err=%d", in createNativeSync_virtioGpu()
779 DPRINT("queueBuffer with fence %d", presentFenceFd); in swapBuffers()
784 DPRINT("calling dequeueBuffer..."); in swapBuffers()
792 DPRINT("dequeueBuffer with fence %d", acquireFenceFd); in swapBuffers()
1248 DPRINT("%s: bad attrib 0x%x", __FUNCTION__, attribute); in eglGetConfigAttrib()
1626 DPRINT("%s: set frame timestamps collecting %d\n", __func__, value); in eglSurfaceAttrib()
1868DPRINT("%s: %p: maj %d min %d rcv %d", __FUNCTION__, context, majorVersion, minorVersion, rcMajorV… in eglCreateContext()
[all …]
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DHostConnection.cpp33 #define DPRINT(fmt,...) ALOGD("%s: " fmt, __FUNCTION__, ##__VA_ARGS__); macro
35 #define DPRINT(...) macro
479 DPRINT("HostComposition ext %s", hostExtensions.c_str()); in queryAndSetHostCompositionImpl()