Home
last modified time | relevance | path

Searched refs:getSurfaceType (Results 1 – 15 of 15) sorted by relevance

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DBatchRunConfiguration.java66 public String getSurfaceType() { in getSurfaceType() method in BatchRunConfiguration
DDeqpTestRunner.java1551 if (!runConfig.getSurfaceType().isEmpty()) { in getRunConfigDisplayCmdLine()
1556 deqpCmdLine.append(runConfig.getSurfaceType()); in getRunConfigDisplayCmdLine()
/external/deqp/external/openglcts/modules/common/
DglcNoErrorTests.cpp78 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW) in verifyNoErrorContext()
DglcContextFlagsTests.cpp68 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW) in createContext()
DglcRobustnessTests.cpp80 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW) in createRobustContext()
DglcKHRDebugTests.cpp193 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW) in initDebug()
210 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW) in initNonDebug()
DglcRobustBufferAccessBehaviorTests.cpp1046 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW) in createRobustContext()
/external/deqp/framework/common/
DtcuCommandLine.hpp166 SurfaceType getSurfaceType (void) const;
DtcuCommandLine.cpp797 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::Surfa… in getSurfaceType() function in tcu::CommandLine
/external/swiftshader/src/OpenGL/libEGL/
DSurface.hpp49 virtual EGLenum getSurfaceType() const;
DSurface.cpp184 EGLenum Surface::getSurfaceType() const in getSurfaceType() function in egl::Surface
DlibEGL.cpp637 if(!(eglSurface->getSurfaceType() & EGL_MULTISAMPLE_RESOLVE_BOX_BIT)) in SurfaceAttrib()
653 if(!(eglSurface->getSurfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)) in SurfaceAttrib()
/external/deqp/framework/opengl/
DgluRenderConfig.cpp145 switch (cmdLine.getSurfaceType()) in parseRenderConfig()
DgluRenderContext.cpp163 if (cmdLine.getSurfaceType() == tcu::SURFACETYPE_FBO) in createRenderContext()
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp400 static EGLint getSurfaceType (de::Random& rnd) in getSurfaceType() function in deqp::egl::ChooseConfigRandomCase
443 { EGL_SURFACE_TYPE, ChooseConfigRandomCase::getSurfaceType, }, in genRandomAttributes()