Searched defs:startIterator (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 3231 Buffer( IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr = false, cl_int* err = NULL) Buffer() argument 6626 Buffer( const Context &context, IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr, cl_int* err) Buffer() argument 6677 Buffer( const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr, cl_int* err) Buffer() argument 6846 copy( IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer ) copy() argument 6862 copy( const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator ) copy() argument 6878 copy( const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer ) copy() argument 6917 copy( const CommandQueue &queue, const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator ) copy() argument [all...] |
H A D | cl2.hpp | 3868 Buffer( IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr = false, cl_int* err = NULL) Buffer() argument 9014 Buffer( const Context &context, IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr, cl_int* err) Buffer() argument 9065 Buffer( const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, bool readOnly, bool useHostPtr, cl_int* err) Buffer() argument 9376 copy( IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer ) copy() argument 9392 copy( const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator ) copy() argument 9408 copy( const CommandQueue &queue, IteratorType startIterator, IteratorType endIterator, cl::Buffer &buffer ) copy() argument 9447 copy( const CommandQueue &queue, const cl::Buffer &buffer, IteratorType startIterator, IteratorType endIterator ) copy() argument [all...] |
Completed in 19 milliseconds