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.java117 private String mSurfaceType = "window"; field in DeqpTestRunner
1986 …stances = generateTestInstances(reader, mConfigName, mScreenRotation, mSurfaceType, mConfigRequire… in loadTests()
2127 destination.mSurfaceType = source.mSurfaceType; in copyOptions()
/external/swiftshader/src/OpenGL/libEGL/
DConfig.h72 EGLint mSurfaceType; // Which types of EGL surfaces are supported. variable
DConfig.cpp191 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()
DDisplay.cpp243 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break; in getConfigAttrib()
402 if(!(configuration->mSurfaceType & EGL_PBUFFER_BIT)) in createPBufferSurface()
DSurface.cpp172 return config->mSurfaceType; in getSurfaceType()