Searched refs:BufferGL (Results 1 – 2 of 2) sorted by relevance
4257 class BufferGL : public Buffer class4265 BufferGL( in BufferGL() function in cl::BufferGL4285 BufferGL() : Buffer() { } in BufferGL() function in cl::BufferGL4294 explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : in BufferGL() function in cl::BufferGL4301 BufferGL& operator = (const cl_mem& rhs) in operator =()4310 BufferGL(const BufferGL& buf) : Buffer(buf) {} in BufferGL() function in cl::BufferGL4315 BufferGL& operator = (const BufferGL &buf) in operator =()4324 BufferGL(BufferGL&& buf) CL_HPP_NOEXCEPT_ : Buffer(std::move(buf)) {} in BufferGL() function in cl::BufferGL4329 BufferGL& operator = (BufferGL &&buf) in operator =()
3482 class BufferGL : public Buffer class3490 BufferGL( in BufferGL() function in cl::BufferGL3510 BufferGL() : Buffer() { } in BufferGL() function in cl::BufferGL3516 __CL_EXPLICIT_CONSTRUCTORS BufferGL(const cl_mem& buffer) : Buffer(buffer) { } in BufferGL() function in cl::BufferGL3522 BufferGL& operator = (const cl_mem& rhs) in operator =()3531 BufferGL(const BufferGL& buf) : Buffer(buf) {} in BufferGL() function in cl::BufferGL3536 BufferGL& operator = (const BufferGL &buf) in operator =()3546 BufferGL(BufferGL&& buf) CL_HPP_NOEXCEPT : Buffer(std::move(buf)) {} in BufferGL() function in cl::BufferGL3551 BufferGL& operator = (BufferGL &&buf) in operator =()