Home
last modified time | relevance | path

Searched refs:cl_texture_ (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/compute/example/
Dmandelbrot.cpp95 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()
Dresize_image.cpp79 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()