Home
last modified time | relevance | path

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

/external/mesa3d/src/hgl/
DGLRendererRoster.cpp44 parameter, &parameterLength) == B_OK) { in GLRendererRoster()
52 parameter, &parameterLength) == B_OK) { in GLRendererRoster()
63 if (get_system_info(&info) == B_OK in GLRendererRoster()
112 if (status == B_OK && path.Append("opengl") == B_OK) in AddDefaultPaths()
123 if (status < B_OK) in AddPath()
131 if (status != B_OK) in AddPath()
138 if (status < B_OK) in AddPath()
146 while (directory.GetNextRef(&ref) == B_OK) { in AddPath()
148 if (entry.InitCheck() == B_OK && !entry.IsFile()) in AddPath()
151 if (CreateRenderer(ref) == B_OK) in AddPath()
[all …]
DGLDispatcher.cpp64 return B_OK; in SetTable()
/external/libusb/libusb/os/
Dhaiku_pollfs.cpp66 if (entry.IsDirectory() && directory.SetTo(ref) >= B_OK) { in WatchedEntry()
69 while (directory.GetNextEntry(&entry) >= B_OK) { in WatchedEntry()
70 if (entry.GetRef(ref) < B_OK) in WatchedEntry()
301 if (message->FindInt32("opcode", &opcode) < B_OK) in MessageReceived()
310 if (message->FindInt32("device", &device) < B_OK || in MessageReceived()
311 message->FindInt64("directory", &directory) < B_OK || in MessageReceived()
312 message->FindString("name", &name) < B_OK) in MessageReceived()
322 if (message->FindInt64("node", &node) < B_OK) in MessageReceived()
Dhaiku_usb_backend.cpp151 case B_OK: in Do()
180 return B_OK; in TransfersThread()
531 return B_OK; in Initialise()
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp105 return B_OK; in CreateScreen()
292 return B_OK; in SetCurrentContext()
319 return B_OK; in SetCurrentContext()
348 return B_OK; in SwapBuffers()
DSoftwareRenderer.cpp158 if (GLView()->LockLooperWithTimeout(1000) == B_OK) { in SwapBuffers()
250 return B_OK; in CopyPixelsOut()
292 return B_OK; in CopyPixelsIn()
/external/mesa3d/src/util/
Dos_misc.c174 if (ret != B_OK || info.max_pages <= 0) in os_get_total_physical_memory()
/external/python/cpython2/Python/
Dthread_beos.h74 case B_OK: in benaphore_timedlock()
/external/virglrenderer/src/mesa/util/
Dos_misc.c258 if (ret != B_OK || info.max_pages <= 0) in os_get_total_physical_memory()
/external/AFLplusplus/utils/libtokencap/
Dlibtokencap.so.c248 while (get_next_image_info(0, &group, &ii) == B_OK) {
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs622 pub const B_OK: status_t = 0; constant