Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp519 const EGLint framebuffer_config_attributes[] = { in queryConfigs() local
530 mDispatcher.eglChooseConfig(mDisplay, framebuffer_config_attributes, nullptr, 0, &numConfigs); in queryConfigs()
533 mDispatcher.eglChooseConfig(mDisplay, framebuffer_config_attributes, configs.get(), numConfigs, in queryConfigs()