Home
last modified time | relevance | path

Searched refs:mSurfaceType (Results 1 – 6 of 6) sorted by relevance

/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DBatchRunConfiguration.java30 private final String mSurfaceType; field in BatchRunConfiguration
37 mSurfaceType = surfaceType; in BatchRunConfiguration()
46 mGlConfig, mRotation, mSurfaceType, mRequired); in getId()
67 return mSurfaceType; in getSurfaceType()
DDeqpTestRunner.java121 private String mSurfaceType = "window"; field in DeqpTestRunner
1962 …stances = generateTestInstances(reader, mConfigName, mScreenRotation, mSurfaceType, mConfigRequire… in loadTests()
2192 destination.mSurfaceType = source.mSurfaceType; in copyOptions()
/external/swiftshader/src/OpenGL/libEGL/
DConfig.h71 EGLint mSurfaceType; // Which types of EGL surfaces are supported. variable
DConfig.cpp185mSurfaceType = 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()
DDisplay.cpp262 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break; in getConfigAttrib()
459 if(!(configuration->mSurfaceType & EGL_PBUFFER_BIT)) in createPBufferSurface()
DSurface.cpp186 return config->mSurfaceType; in getSurfaceType()