Home
last modified time | relevance | path

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

/external/mesa3d/include/CL/
Dcl.hpp2018 class Image2DGL : public Image2D class
2021 Image2DGL( in Image2DGL() function in cl::Image2DGL
2044 Image2DGL() : Image2D() { } in Image2DGL() function in cl::Image2DGL
2046 Image2DGL(const Image2DGL& image) : Image2D(image) { } in Image2DGL() function in cl::Image2DGL
2048 Image2DGL& operator = (const Image2DGL& rhs) in operator =()