Searched refs:cl_texture_ (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/compute/example/ |
D | mandelbrot.cpp | 95 compute::opengl_texture cl_texture_; member in MandelbrotWidget 157 cl_texture_ = compute::opengl_texture( in resizeGL() 177 kernel.set_arg(0, cl_texture_); in paintGL() 180 compute::opengl_enqueue_acquire_gl_objects(1, &cl_texture_.get(), queue_); in paintGL() 188 compute::opengl_enqueue_release_gl_objects(1, &cl_texture_.get(), queue_); in paintGL()
|
D | resize_image.cpp | 79 compute::opengl_texture cl_texture_; member in ImageWidget 157 cl_texture_ = compute::opengl_texture( in resizeGL() 177 kernel.set_arg(2, cl_texture_); in paintGL() 180 compute::opengl_enqueue_acquire_gl_objects(1, &cl_texture_.get(), queue_); in paintGL() 191 compute::opengl_enqueue_release_gl_objects(1, &cl_texture_.get(), queue_); in paintGL()
|