Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp178 mMaxPBufferHeight = 4096; in Config()
179 mMaxPBufferPixels = mMaxPBufferWidth * mMaxPBufferHeight; in Config()
395 …case EGL_MAX_PBUFFER_HEIGHT: match = config->mMaxPBufferHeight >= attribute[1]; … in getConfigs()
DConfig.h61 EGLint mMaxPBufferHeight; // Maximum height of pbuffer variable
DDisplay.cpp259 case EGL_MAX_PBUFFER_HEIGHT: *value = configuration->mMaxPBufferHeight; break; in getConfigAttrib()