Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DRenderContext.cpp26 const FBConfig *fbconf = FBConfig::get(p_config); in create() local
27 if (!fbconf) { in create()
52 fbconf->getEGLConfig(), share, in create()
DWindowSurface.cpp49 const FBConfig *fbconf = FBConfig::get(p_config); in create() local
50 if (!fbconf) { in create()
59 win->m_fbconf = fbconf; in create()