Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dapp-linux.c72 static struct waffle_config *sConfig; variable
132 sConfig = waffle_config_choose(sDisplay, configAttribs); in initGraphics()
133 if (!sConfig) in initGraphics()
136 sContext = waffle_context_create(sConfig, NULL); in initGraphics()
140 sWindow = waffle_window_create(sConfig, sWindowWidth, sWindowHeight); in initGraphics()
177 if (!waffle_config_destroy(sConfig)) in deinitGraphics()