Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp1867 #define MAX_EGL_SYNC_ATTRIBS 10 macro
1897 for (int i = 0; i < MAX_EGL_SYNC_ATTRIBS; i += 2) { in eglCreateSyncKHR()
1902 if (i + 1 == MAX_EGL_SYNC_ATTRIBS) { in eglCreateSyncKHR()