Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageUtil.cpp486 class UnsupportedImageSource : public ImageSource class
489UnsupportedImageSource (const string& message, GLenum format) : m_message(message), m_format(forma… in UnsupportedImageSource() function in deqp::egl::Image::UnsupportedImageSource
502 EGLImageKHR UnsupportedImageSource::createImage (const Library&, EGLDisplay, EGLContext, EGLClientB… in createImage()
523 return MovePtr<ImageSource>(new UnsupportedImageSource(message, format)); in createUnsupportedImageSource()