Home
last modified time | relevance | path

Searched refs:mMaxSwapInterval (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp85 mMaxSwapInterval = 1; in Display()
148 mMaxSwapInterval = 4; in initialize()
192 …configSet.add(currentDisplayFormat, mMinSwapInterval, mMaxSwapInterval, renderTargetFormat, depthS… in initialize()
270 case EGL_MAX_SWAP_INTERVAL: *value = configuration->mMaxSwapInterval; break; in getConfigAttrib()
733 return mMaxSwapInterval; in getMaxSwapInterval()
DConfig.h62 EGLint mMaxSwapInterval; // Maximum swap interval variable
DDisplay.h95 EGLint mMaxSwapInterval; variable
DConfig.cpp178 mMaxSwapInterval = maxInterval; in Config()
392 …case EGL_MAX_SWAP_INTERVAL: match = config->mMaxSwapInterval == attribIt->second; … in getConfigs()