Searched refs:has_device (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dcontext.cpp35 _cl_context::has_device(clover::device *dev) const { function in class:_cl_context
H A Dcontext.hpp39 bool has_device(clover::device *dev) const;
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcontext.cpp35 _cl_context::has_device(clover::device *dev) const { function in class:_cl_context
H A Dcontext.hpp39 bool has_device(clover::device *dev) const;
/external/chromium_org/media/audio/alsa/
H A Daudio_manager_alsa.cc243 bool has_device = false; local
249 while (!wrapper_->CardNext(&card) && (card >= 0) && !has_device) {
262 has_device = true;
275 return has_device;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dqueue.cpp35 if (!ctx->has_device(dev))
H A Dprogram.cpp68 return !ctx->has_device(dev);
147 return !prog->ctx.has_device(dev);
229 if (!prog->ctx.has_device(dev))
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dqueue.cpp35 if (!ctx->has_device(dev))
H A Dprogram.cpp68 return !ctx->has_device(dev);
147 return !prog->ctx.has_device(dev);
229 if (!prog->ctx.has_device(dev))
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh121 if (!has_device ()) return;
175 inline bool has_device (void) const { function in struct:OT::ValueFormat
182 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
191 if (!has_device ()) return TRACE_RETURN (true);
206 if (!has_device ()) return TRACE_RETURN (true);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh121 if (!has_device ()) return;
175 inline bool has_device (void) const { function in struct:OT::ValueFormat
182 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
191 if (!has_device ()) return TRACE_RETURN (true);
206 if (!has_device ()) return TRACE_RETURN (true);
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2297 bool has_device; member in struct:BlockStats
H A Dqapi-visit.c1960 visit_start_optional(m, obj ? &(*obj)->has_device : NULL, "device", &err);
1961 if (obj && (*obj)->has_device) {

Completed in 5471 milliseconds