Searched refs:getEGLPlatform (Results 1 – 9 of 9) sorted by relevance
107 virtual const eglu::Platform& getEGLPlatform (void) const;
47 const eglu::Platform& Platform::getEGLPlatform (void) const in getEGLPlatform() function in tcu::Platform
45 …virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platfo… in getEGLPlatform() function in tcu::rpi::Platform
43 …virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platfor… in getEGLPlatform() function in tcu::null::Platform
54 …const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*th… in getEGLPlatform() function in tcu::Win32Platform
46 …virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platfo… in getEGLPlatform() function in tcu::Android::Platform
60 const eglu::Platform& getEGLPlatform (void) const { return m_eglPlatform; } in getEGLPlatform() function in tcu::x11::X11Platform
49 , m_glLibraryCache (testCtx.getPlatform().getEGLPlatform(), testCtx.getCommandLine()) in EglTestContext()
159 …ry& factory = eglu::selectNativeDisplayFactory(testCtx.getPlatform().getEGLPlatform().getNativeDis… in getDefaultDisplayFactory()