Searched refs:EPHYR_LOG_ERROR (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyrlog.h | 37 #define EPHYR_LOG_ERROR(...) macro 50 #ifndef EPHYR_LOG_ERROR 51 #define EPHYR_LOG_ERROR(...) \ macro 55 #endif /*EPHYR_LOG_ERROR*/ 59 if (!(cond)) {EPHYR_LOG_ERROR("condition %s failed\n", #cond);return;} 64 if (!(cond)) {EPHYR_LOG_ERROR("condition %s failed\n", #cond);return val;}
|
| H A D | ephyrvideo.c | 253 EPHYR_LOG_ERROR ("no atom for string %s defined in host X\n", 306 EPHYR_LOG_ERROR ("8 bits depth not supported\n") ; 314 EPHYR_LOG_ERROR ("failed to create xv_priv\n") ; 319 EPHYR_LOG_ERROR ("failed to register adaptors\n") ; 337 EPHYR_LOG_ERROR ("failed to create EphyrXVPriv\n") ; 344 EPHYR_LOG_ERROR ("failed to query the host x for xv properties\n") ; 348 EPHYR_LOG_ERROR ("failed to set xv_priv hooks\n") ; 412 EPHYR_LOG_ERROR ("failed to allocate attributes\n") ; 443 EPHYR_LOG_ERROR ("failed to query host adaptors\n") ; 450 EPHYR_LOG_ERROR ("faile [all...] |
| H A D | ephyrhostglx.c | 82 EPHYR_LOG_ERROR ("XQueryExtension() failed\n") ; 106 EPHYR_LOG_ERROR ("failed to get major opcode\n") ; 182 EPHYR_LOG_ERROR ("unknown EphyrHostGLXGetStringOp:%d\n", a_op) ; 187 EPHYR_LOG_ERROR ("failed to get major opcode\n") ; 217 EPHYR_LOG_ERROR ("allocation failed\n") ; 225 EPHYR_LOG_ERROR ("read failed\n") ; 271 EPHYR_LOG_ERROR ("failed to get opcode\n") ; 306 EPHYR_LOG_ERROR ("unknown error\n") ; 311 EPHYR_LOG_ERROR ("screen does not support GL rendering\n") ; 325 EPHYR_LOG_ERROR ("go [all...] |
| H A D | ephyrglxext.c | 89 EPHYR_LOG_ERROR ("could not get dispatch functions table\n") ; 160 EPHYR_LOG_ERROR ("ephyrHostGLXQueryVersion() failed\n") ; 217 EPHYR_LOG_ERROR ("ephyrHostGLXGetVisualConfigs() failed\n") ; 274 EPHYR_LOG_ERROR ("ephyrHostGLXGetVisualConfigs() failed\n") ; 330 EPHYR_LOG_ERROR ("failed to send client info to host\n") ; 369 EPHYR_LOG_ERROR ("failed to query string from host\n") ; 380 EPHYR_LOG_ERROR ("failed to allocate string\n;"); 404 EPHYR_LOG_ERROR ("not yet implemented\n") ; 447 EPHYR_LOG_ERROR ("failed to get host window attrs\n") ; 458 EPHYR_LOG_ERROR ("ephyrHostGLXCreateContex [all...] |
| H A D | ephyrdriext.c | 236 EPHYR_LOG_ERROR ("failed to get window pair\n") ; 291 EPHYR_LOG_ERROR ("failed to get window pair\n") ; 343 EPHYR_LOG_ERROR ("failed to get window pair\n") ; 402 EPHYR_LOG_ERROR ("bad screen number\n") ; 466 EPHYR_LOG_ERROR ("failed to realloc numids\n") ; 479 EPHYR_LOG_ERROR ("failed to update screen[%d]->allowedDepth\n", 515 EPHYR_LOG_ERROR ("failed to get host visuals\n") ; 528 EPHYR_LOG_ERROR ("failed to duplicate host visual %d\n", 898 EPHYR_LOG_ERROR ("failed to get window visual\n") ; 902 EPHYR_LOG_ERROR ("faile [all...] |
| H A D | ephyrhostvideo.c | 238 EPHYR_LOG_ERROR ("got an error from the host xserver:\n") ; 274 EPHYR_LOG_ERROR ("failed to query host adaptors: %d\n", ret) ; 556 EPHYR_LOG_ERROR ("XvSetPortAttribute() failed: %d\n", res) ; 583 EPHYR_LOG_ERROR ("XvGetPortAttribute() failed: %d \n", res) ; 621 EPHYR_LOG_ERROR ("XvQueryBestSize() failed: %d\n", res) ; 705 EPHYR_LOG_ERROR ("QeryImageAttribute req failed\n") ; 793 EPHYR_LOG_ERROR ("failed to create gc \n") ; 800 EPHYR_LOG_ERROR ("failed to create image\n") ; 825 EPHYR_LOG_ERROR ("XvPutImage() failed: %d\n", res) ; 860 EPHYR_LOG_ERROR ("faile [all...] |
| H A D | ephyrdri.c | 197 EPHYR_LOG_ERROR ("not implemented yet\n") ; 229 EPHYR_LOG_ERROR ("failed to query host window attributes\n") ; 240 EPHYR_LOG_ERROR ("XF86DRIGetDrawableInfo ()\n") ;
|
| H A D | hostx.c | 958 EPHYR_LOG_ERROR ("failed to get host screen\n"); 1072 EPHYR_LOG_ERROR ("bad screen number:%d\n", a_screen_number) ; 1134 EPHYR_LOG_ERROR ("host does not advertise any visual\n") ; 1192 EPHYR_LOG_ERROR ("argh, could not find a remote visual with id:%d\n", 1216 EPHYR_LOG_ERROR ("failed to create peer window\n") ; 1222 EPHYR_LOG_ERROR ("multiple peer windows created for same screen\n") ;
|
| H A D | ephyr.c | 642 EPHYR_LOG_ERROR ("failed to initialize xvideo\n") ;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyrlog.h | 37 #define EPHYR_LOG_ERROR(...) macro 50 #ifndef EPHYR_LOG_ERROR 51 #define EPHYR_LOG_ERROR(...) \ macro 55 #endif /*EPHYR_LOG_ERROR */ 59 if (!(cond)) {EPHYR_LOG_ERROR("condition %s failed\n", #cond);return;} 64 if (!(cond)) {EPHYR_LOG_ERROR("condition %s failed\n", #cond);return val;}
|
| H A D | ephyrvideo.c | 199 EPHYR_LOG_ERROR("no atom for string %s defined in host X\n", atom_name); 225 EPHYR_LOG_ERROR("8 bits depth not supported\n"); 230 EPHYR_LOG_ERROR("Host has no XVideo extension\n"); 238 EPHYR_LOG_ERROR("failed to create xv_priv\n"); 243 EPHYR_LOG_ERROR("failed to register adaptors\n"); 261 EPHYR_LOG_ERROR("failed to create EphyrXVPriv\n"); 266 EPHYR_LOG_ERROR("failed to query the host x for xv properties\n"); 270 EPHYR_LOG_ERROR("failed to set xv_priv hooks\n"); 364 EPHYR_LOG_ERROR("failed to allocate attributes\n"); 463 EPHYR_LOG_ERROR("faile [all...] |
| H A D | hostx.c | 1188 EPHYR_LOG_ERROR("XKB extension is not supported in host X server."); 1198 EPHYR_LOG_ERROR("Couldn't use XKB extension."); 1201 EPHYR_LOG_ERROR("XKB extension is not supported in host X server."); 1222 EPHYR_LOG_ERROR("xcb_get_keyboard_mapping_reply() failed."); 1234 EPHYR_LOG_ERROR("Failed to allocate KeySym map."); 1250 EPHYR_LOG_ERROR("xcb_get_modifier_mapping_reply() failed."); 1274 EPHYR_LOG_ERROR("xcb_xkb_get_controls_reply() failed."); 1343 EPHYR_LOG_ERROR("bad screen number:%d\n", a_screen_number); 1448 EPHYR_LOG_ERROR ("argh, could not find a remote visual with id:%d\n", 1482 EPHYR_LOG_ERROR("multipl [all...] |
| H A D | ephyr.c | 670 EPHYR_LOG_ERROR("failed to initialize xvideo\n"); 894 EPHYR_LOG_ERROR("failed to get host screen\n");
|
Completed in 42 milliseconds