Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglImageFormatTests.cpp113 class IllegalRendererException : public std::exception class
383 throw IllegalRendererException(); // Skip, GLES2 does not support sampling depth textures in invokeGLES2()
385 throw IllegalRendererException(); // Skip, GLES2 does not support sampling stencil textures in invokeGLES2()
463 …throw IllegalRendererException(); // Skip, interpreting non-depth data as depth data is not meanin… in invokeGLES2()
579 …throw IllegalRendererException(); // Skip, interpreting non-stencil data as stencil data is not me… in invokeGLES2()
707 throw IllegalRendererException(); // Skip, GLES2 does not support ReadPixels for depth attachments in invokeGLES2()
709 …throw IllegalRendererException(); // Skip, GLES2 does not support ReadPixels for stencil attachmen… in invokeGLES2()
755 catch (const IllegalRendererException&) in invokeGLES2()