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

  /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;
  /external/opencv3/modules/core/src/
ocl.cpp 198 struct _cl_context { int dummy; }; struct
208 typedef struct _cl_context * cl_context;
    [all...]

Completed in 114 milliseconds