Searched refs:Image3DGL (Results 1 – 1 of 1) sorted by relevance
2102 class Image3DGL : public Image3D class2105 Image3DGL( in Image3DGL() function in cl::Image3DGL2128 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL2130 Image3DGL(const Image3DGL& image) : Image3D(image) { } in Image3DGL() function in cl::Image3DGL2132 Image3DGL& operator = (const Image3DGL& rhs) in operator =()