OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1259 milliseconds