Searched refs:getSurfaceType (Results 1 – 15 of 15) sorted by relevance
66 public String getSurfaceType() { in getSurfaceType() method in BatchRunConfiguration
1558 if (!runConfig.getSurfaceType().isEmpty()) { in getRunConfigDisplayCmdLine()1563 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()
1042 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW) in createRobustContext()
49 virtual EGLenum getSurfaceType() const;
179 EGLenum Surface::getSurfaceType() const in getSurfaceType() function in egl::Surface
677 if(!(eglSurface->getSurfaceType() & EGL_MULTISAMPLE_RESOLVE_BOX_BIT)) in SurfaceAttrib()693 if(!(eglSurface->getSurfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)) in SurfaceAttrib()
186 SurfaceType getSurfaceType (void) const;
914 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::Surfa… in getSurfaceType() function in tcu::CommandLine
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()