Home
last modified time | relevance | path

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

/external/mesa3d/include/CL/
Dcl.hpp2102 class Image3DGL : public Image3D class
2105 Image3DGL( in Image3DGL() function in cl::Image3DGL
2128 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL
2130 Image3DGL(const Image3DGL& image) : Image3D(image) { } in Image3DGL() function in cl::Image3DGL
2132 Image3DGL& operator = (const Image3DGL& rhs) in operator =()