Searched refs:is_ok (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrdri.c55 Bool is_ok=FALSE ; local in function:ephyrDRIQueryDirectRenderingCapable
59 is_ok = XF86DRIQueryDirectRenderingCapable (dpy, DefaultScreen (dpy),
61 EPHYR_LOG ("leave. is_capable:%d, is_ok=%d\n", *a_is_capable, is_ok) ;
63 return is_ok ;
72 Bool is_ok=FALSE ; local in function:ephyrDRIOpenConnection
76 is_ok = XF86DRIOpenConnection (dpy, DefaultScreen (dpy),
80 EPHYR_LOG ("leave. bus_id_string:%s, is_ok:%d\n",
81 *a_bus_id_string, is_ok) ;
83 EPHYR_LOG ("leave. bus_id_string:null, is_ok
93 Bool is_ok=FALSE ; local in function:ephyrDRIAuthConnection
105 Bool is_ok=FALSE ; local in function:ephyrDRICloseConnection
121 Bool is_ok=FALSE ; local in function:ephyrDRIGetClientDriverName
150 Bool is_ok=FALSE ; local in function:ephyrDRICreateContext
170 Bool is_ok=FALSE ; local in function:ephyrDRIDestroyContext
183 Bool is_ok=FALSE; local in function:ephyrDRICreateDrawable
218 Bool is_ok=FALSE; local in function:ephyrDRIGetDrawableInfo
276 Bool is_ok = FALSE ; local in function:ephyrDRIGetDeviceInfo
[all...]
H A Dephyrhostglx.c72 Bool is_ok=FALSE ; local in function:ephyrHostGLXGetMajorOpcode
87 is_ok = TRUE ;
90 return is_ok ;
96 Bool is_ok = FALSE ; local in function:ephyrHostGLXQueryVersion
128 is_ok = TRUE ;
131 return is_ok ;
162 Bool is_ok=FALSE ; local in function:ephyrHostGLXGetStringFromServer
235 is_ok = TRUE ;
238 return is_ok ;
249 Bool is_ok local in function:ephyrHostGLXGetVisualConfigsInternal
371 Bool is_ok = FALSE; local in function:ephyrHostGLXGetVisualConfigs
392 Bool is_ok=FALSE ; local in function:ephyrHostGLXVendorPrivGetFBConfigsSGIX
409 Bool is_ok = FALSE ; local in function:ephyrHostGLXSendClientInfo
451 Bool is_ok = FALSE; local in function:ephyrHostGLXCreateContext
495 Bool is_ok=FALSE; local in function:ephyrHostDestroyContext
533 Bool is_ok=FALSE ; local in function:ephyrHostGLXMakeCurrent
619 Bool is_ok=FALSE; local in function:ephyrHostGetIntegerValue
662 Bool is_ok=FALSE; local in function:ephyrHostIsContextDirect
[all...]
H A Dephyrdriext.c109 Bool is_ok=FALSE ; local in function:ephyrDRIScreenInit
129 is_ok = TRUE ;
131 return is_ok ;
137 Bool is_ok=FALSE ; local in function:ephyrDRICreateWindow
152 is_ok = (*screen->CreateWindow) (a_win) ;
155 if (is_ok) {
158 return is_ok ;
164 Bool is_ok=FALSE ; local in function:ephyrDRIDestroyWindow
178 is_ok = (*screen->DestroyWindow) (a_win) ;
182 if (is_ok) {
200 Bool is_ok=FALSE ; local in function:ephyrDRIMoveWindow
260 Bool is_ok=FALSE ; local in function:ephyrDRIPositionWindow
313 Bool is_ok=FALSE ; local in function:ephyrDRIClipNotify
395 Bool is_ok = FALSE, found_visual=FALSE, found_depth=FALSE ; local in function:EphyrDuplicateVisual
509 Bool is_ok=FALSE; local in function:EphyrMirrorHostVisuals
888 Bool is_ok=FALSE ; local in function:createHostPeerWindow
928 Bool is_ok = FALSE ; local in function:destroyHostPeerWindow
1360 Bool is_ok=FALSE ; local in function:ephyrDRIExtensionInit
[all...]
H A Dephyrhostvideo.c259 Bool is_ok=FALSE ; local in function:ephyrHostXVQueryAdaptors
278 is_ok = TRUE ;
282 return is_ok ;
606 Bool is_ok=FALSE ; local in function:ephyrHostXVQueryBestSize
627 is_ok = TRUE ;
631 return is_ok ;
778 Bool is_ok=TRUE ; local in function:ephyrHostXVPutImage
828 is_ok = TRUE ;
842 return is_ok ;
850 Bool is_ok local in function:ephyrHostXVPutVideo
887 Bool is_ok=FALSE ; local in function:ephyrHostXVGetVideo
924 Bool is_ok=FALSE ; local in function:ephyrHostXVPutStill
961 Bool is_ok=FALSE ; local in function:ephyrHostXVGetStill
997 Bool is_ok=FALSE ; local in function:ephyrHostXVStopVideo
[all...]
H A Dephyrvideo.c266 Bool is_ok=FALSE ;
281 is_ok = TRUE ;
287 return is_ok ;
298 Bool is_ok = FALSE ; local in function:ephyrInitVideo
322 is_ok = TRUE ;
325 return is_ok ;
436 Bool is_ok = FALSE ; local in function:ephyrXVPrivQueryHostAdaptors
555 is_ok = TRUE ;
567 return is_ok ;
645 Bool is_ok local in function:ephyrXVPrivRegisterAdaptors
723 Bool is_ok=FALSE ; local in function:ephyrXVPrivGetImageBufSize
747 Bool is_ok=FALSE ; local in function:ephyrXVPrivSaveImageToPortPriv
935 Bool is_ok=FALSE ; local in function:ephyrPutImage
[all...]
H A Dhostx.c1123 Bool is_ok=False ; local in function:hostx_get_visuals_info
1154 is_ok = TRUE;
1163 return is_ok ;
1173 Bool is_ok=FALSE ; local in function:hostx_create_window
1227 is_ok = TRUE ;
1230 return is_ok ;
1266 Bool is_ok=FALSE; local in function:hostx_set_window_bounding_rectangles
1288 is_ok = TRUE ;
1293 return is_ok;
1301 Bool is_ok local in function:hostx_set_window_clipping_rectangles
[all...]
/xsrc/external/mit/brotli/dist/c/tools/
H A Dbrotli.c753 BROTLI_BOOL is_ok = OpenInputFile(context->current_input_path, &context->fin); local in function:OpenFiles
754 if (!context->test_integrity && is_ok) {
755 is_ok = OpenOutputFile(
758 return is_ok;
762 BROTLI_BOOL is_ok = BROTLI_TRUE; local in function:CloseFiles
772 is_ok = BROTLI_FALSE;
776 if (success && is_ok && context->copy_stat) {
783 if (is_ok) {
787 is_ok = BROTLI_FALSE;
797 return is_ok;
919 BROTLI_BOOL is_ok = BROTLI_TRUE; local in function:DecompressFiles
980 BROTLI_BOOL is_ok = BROTLI_TRUE; local in function:CompressFiles
1032 BROTLI_BOOL is_ok = BROTLI_TRUE; local in function:main
[all...]
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c216 Bool is_ok = FALSE; local in function:ephyrInitVideo
246 is_ok = TRUE;
249 return is_ok;
449 Bool is_ok = FALSE; local in function:ephyrXVPrivQueryHostAdaptors
565 is_ok = TRUE;
569 return is_ok;
620 Bool is_ok = FALSE; local in function:ephyrXVPrivRegisterAdaptors
634 is_ok = TRUE;
639 return is_ok;
680 Bool is_ok local in function:ephyrXVPrivGetImageBufSize
708 Bool is_ok = FALSE; local in function:ephyrXVPrivSaveImageToPortPriv
899 Bool is_ok = TRUE; local in function:ephyrHostXVPutImage
983 Bool is_ok = FALSE; local in function:ephyrPutImage
[all...]
H A Dhostx.c1377 Bool is_ok = FALSE; local in function:hostx_get_visuals_info
1419 is_ok = TRUE;
1424 return is_ok;
1433 Bool is_ok = FALSE; local in function:hostx_create_window
1487 is_ok = TRUE;
1490 return is_ok;
1529 Bool is_ok = FALSE; local in function:hostx_set_window_bounding_rectangles
1556 is_ok = TRUE;
1562 return is_ok;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2.c254 bool is_ok = true; local in function:sched_next
265 is_ok &= !p->need_emit;
269 is_ok &= !ctx->instr[src->num].need_emit;
280 is_ok = false;
286 is_ok = false;
288 if (!is_ok)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2.c243 bool is_ok = true; local in function:sched_next
254 is_ok &= !p->need_emit;
258 is_ok &= !ctx->instr[src->num].need_emit;
261 if (!is_ok)

Completed in 63 milliseconds