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()
117 private String mSurfaceType = "window"; field in DeqpTestRunner1986 …stances = generateTestInstances(reader, mConfigName, mScreenRotation, mSurfaceType, mConfigRequire… in loadTests()2127 destination.mSurfaceType = source.mSurfaceType; in copyOptions()
72 EGLint mSurfaceType; // Which types of EGL surfaces are supported. variable
191 mSurfaceType = EGL_PBUFFER_BIT | EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT; in Config()379 …case EGL_SURFACE_TYPE: match = (config->mSurfaceType & attribute[1]) == attribute[1]… in getConfigs()
243 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break; in getConfigAttrib()402 if(!(configuration->mSurfaceType & EGL_PBUFFER_BIT)) in createPBufferSurface()
172 return config->mSurfaceType; in getSurfaceType()