Searched refs:Image3D (Results 1 – 1 of 1) sorted by relevance
2060 class Image3D : public Image class2063 Image3D( in Image3D() function in cl::Image3D2086 Image3D() { } in Image3D() function in cl::Image3D2088 Image3D(const Image3D& image3D) : Image(image3D) { } in Image3D() function in cl::Image3D2090 Image3D& operator = (const Image3D& rhs) in operator =()2102 class Image3DGL : public Image3D2128 Image3DGL() : Image3D() { } in Image3DGL()2130 Image3DGL(const Image3DGL& image) : Image3D(image) { } in Image3DGL()2135 Image3D::operator=(rhs); in operator =()