Home
last modified time | relevance | path

Searched defs:Image3DGL (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/include/CL/
H A Dcl.hpp4361 class Image3DGL : public Image3D class
4369 Image3DGL( in Image3DGL() function in cl::Image3DGL
4393 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL
4399 __CL_EXPLICIT_CONSTRUCTORS Image3DGL(const cl_mem& image) : Image3D(image) { } in Image3DGL() function in cl::Image3DGL
4414 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL
[all...]
H A Dcl2.hpp5244 class Image3DGL : public Image3D class
5252 Image3DGL( in Image3DGL() function in cl::Image3DGL
5276 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL
5285 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL() function in cl::Image3DGL
5301 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL
[all...]

Completed in 25 milliseconds