Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DOpenGLTestContext.cpp61 EGLint nConfigs; in createConfig() local
68 &nConfigs); in createConfig()
70 EXPECT_TRUE(nConfigs > 0); in createConfig()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.h56 int nConfigs() const { return m_configs.size(); } in nConfigs() function
DEglImp.cpp437 *num_config = dpy->nConfigs(); in eglGetConfigs()
/hardware/google/gfxstream/host/
DSyncThread.cpp198 EGLint nConfigs; in initSyncEGLContext() local
201 egl->eglChooseConfig(mDisplay, configAttribs, &config, 1, &nConfigs); in initSyncEGLContext()