Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DFBConfig.cpp216 int sCfgId; in chooseConfig() local
217 s_egl.eglGetConfigAttrib(dpy, matchedConfigs[matchedIdx], EGL_CONFIG_ID, &sCfgId); in chooseConfig()
220 if (sCfgId == dCfgId) { in chooseConfig()