Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DBatchRunConfiguration.java66 public String getSurfaceType() { in getSurfaceType() method in BatchRunConfiguration
DDeqpTestRunner.java1557 if (!runConfig.getSurfaceType().isEmpty()) { in getRunConfigDisplayCmdLine()
1562 deqpCmdLine.append(runConfig.getSurfaceType()); in getRunConfigDisplayCmdLine()
/external/deqp/framework/common/
DtcuCommandLine.hpp143 SurfaceType getSurfaceType (void) const;
DtcuCommandLine.cpp816 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::Surfac… in getSurfaceType() function in tcu::CommandLine
/external/swiftshader/src/OpenGL/libEGL/
DSurface.hpp47 virtual EGLenum getSurfaceType() const;
DSurface.cpp180 EGLenum Surface::getSurfaceType() const in getSurfaceType() function in egl::Surface
DlibEGL.cpp523 if(!(eglSurface->getSurfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)) in SurfaceAttrib()
/external/deqp/framework/opengl/
DgluRenderConfig.cpp145 switch (cmdLine.getSurfaceType()) in parseRenderConfig()
DgluRenderContext.cpp158 if (cmdLine.getSurfaceType() == tcu::SURFACETYPE_FBO) in createDefaultRenderContext()
/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()