HomeSort by relevance Sort by last modified time
    Searched refs:getSurfaceType (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/common/
tcuCommandLine.hpp 143 SurfaceType getSurfaceType (void) const;
tcuCommandLine.cpp 816 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::SurfaceType>(); }
  /external/deqp/framework/opengl/
gluRenderConfig.cpp 145 switch (cmdLine.getSurfaceType())
gluRenderContext.cpp 158 if (cmdLine.getSurfaceType() == tcu::SURFACETYPE_FBO)
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 398 static EGLint getSurfaceType (de::Random& rnd)
441 { EGL_SURFACE_TYPE, ChooseConfigRandomCase::getSurfaceType, },
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java 212 public String getSurfaceType() {
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 186 EGLint getSurfaceType() { return surfaceType; }
759 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = EGL_FALSE;
764 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = 0;
863 if (!(surface->getSurfaceType() & EGL_PBUFFER_BIT)) {
    [all...]
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java 289 public String getSurfaceType() {
    [all...]

Completed in 134 milliseconds