Searched refs:mMaxPBufferHeight (Results 1 – 3 of 3) sorted by relevance
60 EGLint mMaxPBufferHeight; // Maximum height of pbuffer variable
177 mMaxPBufferHeight = 4096; in Config()178 mMaxPBufferPixels = mMaxPBufferWidth * mMaxPBufferHeight; in Config()
278 case EGL_MAX_PBUFFER_HEIGHT: *value = configuration->mMaxPBufferHeight; break; in getConfigAttrib()