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

  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 398 static EGLint getSurfaceType (de::Random& rnd)
441 { EGL_SURFACE_TYPE, ChooseConfigRandomCase::getSurfaceType, },
  /external/deqp/framework/common/
tcuCommandLine.cpp 798 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::SurfaceType>(); }
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 185 EGLint getSurfaceType() { return surfaceType; }
758 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = EGL_FALSE;
837 if (!(surface->getSurfaceType() & EGL_PBUFFER_BIT)) {
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java 212 public String getSurfaceType() {
    [all...]

Completed in 148 milliseconds