Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/egl/
Degl.cpp2342 #define MAX_EGL_SYNC_ATTRIBS 10 macro
2373 for (int i = 0; i < MAX_EGL_SYNC_ATTRIBS; i += 2) { in eglCreateSyncKHR()
2378 if (i + 1 == MAX_EGL_SYNC_ATTRIBS) { in eglCreateSyncKHR()