Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.h62 EGLint mMaxPBufferPixels; // Maximum size of pbuffer variable
DConfig.cpp179 mMaxPBufferPixels = mMaxPBufferWidth * mMaxPBufferHeight; in Config()
396 …case EGL_MAX_PBUFFER_PIXELS: match = config->mMaxPBufferPixels >= attribute[1]; … in getConfigs()
DDisplay.cpp260 case EGL_MAX_PBUFFER_PIXELS: *value = configuration->mMaxPBufferPixels; break; in getConfigAttrib()