Searched refs:mSurfaceType (Results 1 – 6 of 6) sorted by relevance
30 private final String mSurfaceType; field in BatchRunConfiguration37 mSurfaceType = surfaceType; in BatchRunConfiguration()46 mGlConfig, mRotation, mSurfaceType, mRequired); in getId()67 return mSurfaceType; in getSurfaceType()
121 private String mSurfaceType = "window"; field in DeqpTestRunner1962 …stances = generateTestInstances(reader, mConfigName, mScreenRotation, mSurfaceType, mConfigRequire… in loadTests()2192 destination.mSurfaceType = source.mSurfaceType; in copyOptions()
71 EGLint mSurfaceType; // Which types of EGL surfaces are supported. variable
185 …mSurfaceType = EGL_PBUFFER_BIT | EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT | EGL_MULTISAMPL… in Config()384 …case EGL_SURFACE_TYPE: match = (config->mSurfaceType & attribIt->second) == attribIt… in getConfigs()
262 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break; in getConfigAttrib()459 if(!(configuration->mSurfaceType & EGL_PBUFFER_BIT)) in createPBufferSurface()
186 return config->mSurfaceType; in getSurfaceType()