Searched refs:configWithFormat (Results 1 – 1 of 1) sorted by relevance
94 EGLConfig configWithFormat = EGL_NO_CONFIG_KHR; in initialize() local103 if (mEGL->chooseConfig(attribVector.data(), &configWithFormat, 1, &numConfig) == EGL_TRUE) in initialize()109 if (configWithFormat == EGL_NO_CONFIG_KHR) in initialize()122 mMockPbuffer = mEGL->createPbufferSurface(configWithFormat, mockPbufferAttribs); in initialize()139 mConfig = configWithFormat; in initialize()