Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuPlatform.hpp107 virtual const eglu::Platform& getEGLPlatform (void) const;
DtcuPlatform.cpp47 const eglu::Platform& Platform::getEGLPlatform (void) const in getEGLPlatform() function in tcu::Platform
/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.hpp45 …virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platfo… in getEGLPlatform() function in tcu::rpi::Platform
/external/deqp/framework/platform/null/
DtcuNullPlatform.hpp43 …virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platfor… in getEGLPlatform() function in tcu::null::Platform
/external/deqp/framework/platform/win32/
DtcuWin32Platform.hpp54 …const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*th… in getEGLPlatform() function in tcu::Win32Platform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp46 …virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platfo… in getEGLPlatform() function in tcu::Android::Platform
/external/deqp/framework/platform/X11/
DtcuX11Platform.cpp60 const eglu::Platform& getEGLPlatform (void) const { return m_eglPlatform; } in getEGLPlatform() function in tcu::x11::X11Platform
/external/deqp/modules/egl/
DteglTestCase.cpp49 , m_glLibraryCache (testCtx.getPlatform().getEGLPlatform(), testCtx.getCommandLine()) in EglTestContext()
DteglTestPackage.cpp159 …ry& factory = eglu::selectNativeDisplayFactory(testCtx.getPlatform().getEGLPlatform().getNativeDis… in getDefaultDisplayFactory()