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
387 throw IllegalRendererException(); // Skip, GLES2 does not support sampling depth textures in invokeGLES2()
389 throw IllegalRendererException(); // Skip, GLES2 does not support sampling stencil textures in invokeGLES2()
467 …throw IllegalRendererException(); // Skip, interpreting non-depth data as depth data is not meanin… in invokeGLES2()
583 …throw IllegalRendererException(); // Skip, interpreting non-stencil data as stencil data is not me… in invokeGLES2()
711 throw IllegalRendererException(); // Skip, GLES2 does not support ReadPixels for depth attachments in invokeGLES2()
713 …throw IllegalRendererException(); // Skip, GLES2 does not support ReadPixels for stencil attachmen… in invokeGLES2()
759 catch (const IllegalRendererException&) in invokeGLES2()