Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglAndroidUtil.cpp56 return createUnsupportedImageSource("Not Android platform", format); in createAndroidNativeImageSource()
180 …return createUnsupportedImageSource(string("Android native buffers unsupported: ") + exc.what(), f… in createAndroidNativeImageSource()
DteglImageUtil.hpp82 de::MovePtr<ImageSource> createUnsupportedImageSource (const std::string& message, glw::GLenum for…
DteglImageUtil.cpp549 MovePtr<ImageSource> createUnsupportedImageSource (const string& message, GLenum format) in createUnsupportedImageSource() function