Searched refs:dummyConfig (Results 1 – 1 of 1) sorted by relevance
101 EGLConfig dummyConfig = config; in create() local102 if (dummyConfig == EGL_NO_CONFIG) { in create()103 dummyConfig = chooseEglConfig(display, hwcFormat); in create()106 EGLSurface dummy = eglCreatePbufferSurface(display, dummyConfig, attribs); in create()