Searched refs:mMaxPBufferWidth (Results 1 – 3 of 3) sorted by relevance
59 EGLint mMaxPBufferWidth; // Maximum width of pbuffer variable
176 mMaxPBufferWidth = 4096; in Config()178 mMaxPBufferPixels = mMaxPBufferWidth * mMaxPBufferHeight; in Config()
277 case EGL_MAX_PBUFFER_WIDTH: *value = configuration->mMaxPBufferWidth; break; in getConfigAttrib()