Searched refs:UnsupportedImageSource (Results 1 – 1 of 1) sorted by relevance
518 class UnsupportedImageSource : public ImageSource class521 …UnsupportedImageSource (const string& message, GLenum format, bool isYUV) : m_message(message), m_… in UnsupportedImageSource() function in deqp::egl::Image::UnsupportedImageSource534 EGLImageKHR UnsupportedImageSource::createImage (const Library&, EGLDisplay, EGLContext, EGLClientB… in createImage()555 return MovePtr<ImageSource>(new UnsupportedImageSource(message, format, isYUV)); in createUnsupportedImageSource()