Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglImageUtil.cpp518 class UnsupportedImageSource : public ImageSource class
521UnsupportedImageSource (const string& message, GLenum format, bool isYUV) : m_message(message), m_… in UnsupportedImageSource() function in deqp::egl::Image::UnsupportedImageSource
534 EGLImageKHR UnsupportedImageSource::createImage (const Library&, EGLDisplay, EGLContext, EGLClientB… in createImage()
555 return MovePtr<ImageSource>(new UnsupportedImageSource(message, format, isYUV)); in createUnsupportedImageSource()