Searched refs:WGL_ERR (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_wgl.cpp | 55 #define WGL_ERR(...) do { \ macro 195 WGL_ERR("%s: Could not find %s in GL library\n", __FUNCTION__, \ in init() 205 WGL_ERR("%s: Could not find %s in GDI32 library\n", __FUNCTION__, \ in init() 215 WGL_ERR("%s: Could not find %s in GL library\n", __FUNCTION__, \ in init() 384 WGL_ERR( in init() 411 WGL_ERR("ERROR: %s: Missing extension function %s\n", __FUNCTION__, \ in init() 421 WGL_ERR("WARNING: %s: Missing WGL extension %s\n", __FUNCTION__, #extension); \ in init() 444 WGL_ERR("error while getting DC: 0x%x\n", err); in initExtensionsDispatch() 471 WGL_ERR("error while choosing pixel format 0x%x\n", err); in initExtensionsDispatch() 476 WGL_ERR("error while setting pixel format 0x%x\n", err); in initExtensionsDispatch() [all …]
|