Searched refs:mMaxPBufferPixels (Results 1 – 3 of 3) sorted by relevance
61 EGLint mMaxPBufferPixels; // Maximum size of pbuffer variable
178 mMaxPBufferPixels = mMaxPBufferWidth * mMaxPBufferHeight; in Config()
279 case EGL_MAX_PBUFFER_PIXELS: *value = configuration->mMaxPBufferPixels; break; in getConfigAttrib()