Sampler interface for cl_sampler.
More...
#include <cl.hpp>
|
| | Sampler () |
| |
| | Sampler (const Context &context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int *err=NULL) |
| |
| | Sampler (const Sampler &sampler) |
| |
| Sampler & | operator= (const Sampler &rhs) |
| |
| template<typename T > |
| cl_int | getInfo (cl_sampler_info name, T *param) const |
| |
| template<cl_int name> |
| detail::param_traits< detail::cl_sampler_info, name >::param_type | getInfo (cl_int *err=NULL) const |
| |
| | Sampler () |
| |
| | Sampler (const Context &context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int *err=NULL) |
| |
| | Sampler (const Sampler &sampler) |
| |
| Sampler & | operator= (const Sampler &rhs) |
| |
| template<typename T > |
| cl_int | getInfo (cl_sampler_info name, T *param) const |
| |
| template<cl_int name> |
| detail::param_traits< detail::cl_sampler_info, name >::param_type | getInfo (cl_int *err=NULL) const |
| |
| | Wrapper () |
| |
| | Wrapper (const Wrapper< cl_type > &rhs) |
| |
| | Wrapper () |
| |
| | Wrapper (const Wrapper< cl_type > &rhs) |
| |
| | ~Wrapper () |
| |
| | ~Wrapper () |
| |
| Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
| |
| Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
| |
| cl_type | operator() () const |
| |
| cl_type & | operator() () |
| |
| cl_type | operator() () const |
| |
| cl_type & | operator() () |
| |
Sampler interface for cl_sampler.
Definition at line 2151 of file cl.hpp.
| cl::Sampler::Sampler |
( |
const Context & |
context, |
|
|
cl_bool |
normalized_coords, |
|
|
cl_addressing_mode |
addressing_mode, |
|
|
cl_filter_mode |
filter_mode, |
|
|
cl_int * |
err = NULL |
|
) |
| |
|
inline |
| cl::Sampler::Sampler |
( |
const Sampler & |
sampler | ) |
|
|
inline |
| cl::Sampler::Sampler |
( |
const Context & |
context, |
|
|
cl_bool |
normalized_coords, |
|
|
cl_addressing_mode |
addressing_mode, |
|
|
cl_filter_mode |
filter_mode, |
|
|
cl_int * |
err = NULL |
|
) |
| |
|
inline |
| cl::Sampler::Sampler |
( |
const Sampler & |
sampler | ) |
|
|
inline |
template<typename T >
| cl_int cl::Sampler::getInfo |
( |
cl_sampler_info |
name, |
|
|
T * |
param |
|
) |
| const |
|
inline |
template<typename T >
| cl_int cl::Sampler::getInfo |
( |
cl_sampler_info |
name, |
|
|
T * |
param |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: