Lines Matching refs:B_OK
50 parameter, ¶meterLength) == B_OK) {
58 parameter, ¶meterLength) == B_OK) {
69 if (get_system_info(&info) == B_OK
124 if (status == B_OK && path.Append("opengl") == B_OK)
135 if (status < B_OK)
143 if (status != B_OK)
150 if (status < B_OK)
158 while (directory.GetNextRef(&ref) == B_OK) {
160 if (entry.InitCheck() == B_OK && !entry.IsFile())
163 if (CreateRenderer(ref) == B_OK)
172 return B_OK;
193 return B_OK;
203 if (status < B_OK)
210 if (image < B_OK)
220 if (status == B_OK) {
221 if ((status = AddRenderer(instantiate_renderer, image, &ref, nodeRef.node)) != B_OK) {
226 return B_OK;