Searched refs:readScreenPixels (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/egl/
H A DegluNativeWindow.cpp69 void NativeWindow::readScreenPixels (tcu::TextureLevel*) const function in class:eglu::NativeWindow
72 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support readScreenPixels", DE_NULL, __FILE__, __LINE__);
H A DegluNativeWindow.hpp108 virtual void readScreenPixels (tcu::TextureLevel* dst) const;
/external/deqp/modules/egl/
H A DteglSwapBuffersTests.cpp276 TCU_THROW(NotSupportedError, "eglu::NativeWindow doesn't support readScreenPixels()");
348 window->readScreenPixels(&whiteFrame);
366 window->readScreenPixels(&blackFrame);
387 window->readScreenPixels(&frameBegin);
400 window->readScreenPixels(&frameEnd);
H A DteglNativeColorMappingTests.cpp348 nativeWindow.readScreenPixels(&result);
H A DteglNativeCoordMappingTests.cpp396 nativeWindow.readScreenPixels(&result);
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp129 virtual void readScreenPixels (tcu::TextureLevel* dst) const;
287 void NativeWindow::readScreenPixels (tcu::TextureLevel* dst) const function in class:tcu::win32::__anon4075::NativeWindow

Completed in 78 milliseconds