Home
last modified time | relevance | path

Searched defs:_cl_context (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dcontext.hpp33 struct _cl_context : public clover::ref_counter { struct
41 const std::vector<cl_context_properties> &props() const { in props()
45 const std::vector<clover::device *> devs;
48 std::vector<cl_context_properties> __props;
Dcontext.cpp29 _cl_context::_cl_context(const std::vector<cl_context_properties> &props, in _cl_context() function in _cl_context
/external/opencv3/modules/core/src/
Docl.cpp198 struct _cl_context { int dummy; }; struct