Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp94 EGLConfig configWithFormat = EGL_NO_CONFIG_KHR; in initialize() local
103 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()