Home
last modified time | relevance | path

Searched refs:mMaxPBufferWidth (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp177 mMaxPBufferWidth = 4096; in Config()
179 mMaxPBufferPixels = mMaxPBufferWidth * mMaxPBufferHeight; in Config()
394 …case EGL_MAX_PBUFFER_WIDTH: match = config->mMaxPBufferWidth >= attribute[1]; … in getConfigs()
DConfig.h60 EGLint mMaxPBufferWidth; // Maximum width of pbuffer variable
DDisplay.cpp258 case EGL_MAX_PBUFFER_WIDTH: *value = configuration->mMaxPBufferWidth; break; in getConfigAttrib()