Lines Matching defs:operator
146 bool operator== (const TextureFormat& other) const { return !(*this != other); }
147 bool operator!= (const TextureFormat& other) const
642 TextureLevelPyramid& operator= (const TextureLevelPyramid& other);
684 Texture2D& operator= (const Texture2D& other);
687 operator Texture2DView (void) const { return m_view; }
783 TextureCube& operator= (const TextureCube& other);
785 operator TextureCubeView (void) const { return m_view; }
897 Texture1D& operator= (const Texture1D& other);
899 operator Texture1DView (void) const { return m_view; }
981 Texture1DArray& operator= (const Texture1DArray& other);
983 operator Texture1DArrayView (void) const { return m_view; }
1074 Texture2DArray& operator= (const Texture2DArray& other);
1076 operator Texture2DArrayView (void) const { return m_view; }
1179 Texture3D& operator= (const Texture3D& other);
1181 operator Texture3DView (void) const { return m_view; }
1257 TextureCubeArray& operator= (const TextureCubeArray& other);
1259 operator TextureCubeArrayView (void) const { return m_view; }
1288 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelOrder order);
1289 std::ostream& operator<< (std::ostream& str, TextureFormat::ChannelType type);
1290 std::ostream& operator<< (std::ostream& str, TextureFormat format);
1291 std::ostream& operator<< (std::ostream& str, CubeFace face);
1292 std::ostream& operator<< (std::ostream& str, const ConstPixelBufferAccess& access);