Searched refs:foundRedSize (Results 1 – 1 of 1) sorted by relevance
180 EGLint foundRedSize = 0; in getEmulationEglConfig() local181 s_egl.eglGetConfigAttrib(display, config, EGL_RED_SIZE, &foundRedSize); in getEmulationEglConfig()182 if (foundRedSize != kWantedRedSize) { in getEmulationEglConfig()