Searched refs:getSurfaceType (Results 1 – 15 of 15) sorted by relevance
66 public String getSurfaceType() { in getSurfaceType() method in BatchRunConfiguration
1551 if (!runConfig.getSurfaceType().isEmpty()) { in getRunConfigDisplayCmdLine()1556 deqpCmdLine.append(runConfig.getSurfaceType()); in getRunConfigDisplayCmdLine()
78 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW) in verifyNoErrorContext()
68 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW) in createContext()
80 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW) in createRobustContext()
193 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW) in initDebug()210 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW) in initNonDebug()
1046 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW) in createRobustContext()
166 SurfaceType getSurfaceType (void) const;
797 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::Surfa… in getSurfaceType() function in tcu::CommandLine
49 virtual EGLenum getSurfaceType() const;
184 EGLenum Surface::getSurfaceType() const in getSurfaceType() function in egl::Surface
637 if(!(eglSurface->getSurfaceType() & EGL_MULTISAMPLE_RESOLVE_BOX_BIT)) in SurfaceAttrib()653 if(!(eglSurface->getSurfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)) in SurfaceAttrib()
145 switch (cmdLine.getSurfaceType()) in parseRenderConfig()
163 if (cmdLine.getSurfaceType() == tcu::SURFACETYPE_FBO) in createRenderContext()
400 static EGLint getSurfaceType (de::Random& rnd) in getSurfaceType() function in deqp::egl::ChooseConfigRandomCase443 { EGL_SURFACE_TYPE, ChooseConfigRandomCase::getSurfaceType, }, in genRandomAttributes()