Searched refs:mMaxPBufferPixels (Results 1 – 3 of 3) sorted by relevance
62 EGLint mMaxPBufferPixels; // Maximum size of pbuffer variable
179 mMaxPBufferPixels = mMaxPBufferWidth * mMaxPBufferHeight; in Config()396 …case EGL_MAX_PBUFFER_PIXELS: match = config->mMaxPBufferPixels >= attribute[1]; … in getConfigs()
260 case EGL_MAX_PBUFFER_PIXELS: *value = configuration->mMaxPBufferPixels; break; in getConfigAttrib()