Searched refs:getSurfaceType (Results 1 – 14 of 14) sorted by relevance
66 public String getSurfaceType() { in getSurfaceType() method in BatchRunConfiguration
1559 if (!runConfig.getSurfaceType().isEmpty()) { in getRunConfigDisplayCmdLine()1564 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()
166 SurfaceType getSurfaceType (void) const;
785 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::Surfac… in getSurfaceType() function in tcu::CommandLine
47 virtual EGLenum getSurfaceType() const;
192 EGLenum Surface::getSurfaceType() const in getSurfaceType() function in egl::Surface
550 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()
196 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW) in initDebug()220 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW) in initNonDebug()