OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eglfence
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/libs/gui/
ConsumerBase.cpp
234
EGLDisplay display, EGLSyncKHR
eglFence
) {
245
display,
eglFence
, mSlots[slot].mFence);
BufferQueue.cpp
265
EGLSyncKHR
eglFence
= EGL_NO_SYNC_KHR;
421
eglFence
= mSlots[buf].mEglFence;
449
if (
eglFence
!= EGL_NO_SYNC_KHR) {
450
EGLint result = eglClientWaitSyncKHR(dpy,
eglFence
, 0, 1000000000);
459
eglDestroySyncKHR(dpy,
eglFence
);
[
all
...]
GLConsumer.cpp
338
EGLDisplay display, EGLSyncKHR
eglFence
) {
344
buf, graphicBuffer, display,
eglFence
);
[
all
...]
/frameworks/native/include/gui/
GLConsumer.h
246
EGLDisplay display, EGLSyncKHR
eglFence
);
249
const sp<GraphicBuffer> graphicBuffer, EGLSyncKHR
eglFence
) {
250
return releaseBufferLocked(slot, graphicBuffer, mEglDisplay,
eglFence
);
ConsumerBase.h
165
EGLDisplay display, EGLSyncKHR
eglFence
);
Completed in 245 milliseconds