HomeSort by relevance Sort by last modified time
    Searched refs:has_device (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
context.cpp 35 _cl_context::has_device(clover::device *dev) const { function in class:_cl_context
context.hpp 39 bool has_device(clover::device *dev) const;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
context.cpp 35 _cl_context::has_device(clover::device *dev) const { function in class:_cl_context
context.hpp 39 bool has_device(clover::device *dev) const;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
queue.cpp 35 if (!ctx->has_device(dev))
program.cpp 68 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/
queue.cpp 35 if (!ctx->has_device(dev))
program.cpp 68 return !ctx->has_device(dev);
147 return !prog->ctx.has_device(dev);
229 if (!prog->ctx.has_device(dev))
  /external/chromium_org/media/audio/alsa/
audio_manager_alsa.cc 243 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/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 121 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);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 121 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);
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2297 bool has_device; member in struct:BlockStats
    [all...]
qapi-visit.c     [all...]

Completed in 401 milliseconds