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

/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.h52 EGLint mMaxPBufferWidth; // Maximum width of pbuffer member in class:egl::Config
H A DConfig.cpp116 mMaxPBufferWidth = texWidth;
300 case EGL_MAX_PBUFFER_WIDTH: match = config->mMaxPBufferWidth >= attribute[1]; break;
H A DDisplay.cpp183 case EGL_MAX_PBUFFER_WIDTH: *value = configuration->mMaxPBufferWidth; break;

Completed in 44 milliseconds