HomeSort by relevance Sort by last modified time
    Searched defs:_cl_context (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
context.cpp 29 _cl_context::_cl_context(const std::vector<cl_context_properties> &props, function in class:_cl_context
35 _cl_context::has_device(clover::device *dev) const {
context.hpp 30 typedef struct _cl_context context;
33 struct _cl_context : public clover::ref_counter { struct in inherits:clover::ref_counter
35 _cl_context(const std::vector<cl_context_properties> &props,
37 _cl_context(const _cl_context &ctx) = delete;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
context.cpp 29 _cl_context::_cl_context(const std::vector<cl_context_properties> &props, function in class:_cl_context
35 _cl_context::has_device(clover::device *dev) const {
context.hpp 30 typedef struct _cl_context context;
33 struct _cl_context : public clover::ref_counter { struct in inherits:clover::ref_counter
35 _cl_context(const std::vector<cl_context_properties> &props,
37 _cl_context(const _cl_context &ctx) = delete;

Completed in 72 milliseconds