Searched refs:mMaxPBufferHeight (Results 1 – 3 of 3) sorted by relevance
178 mMaxPBufferHeight = 4096; in Config()179 mMaxPBufferPixels = mMaxPBufferWidth * mMaxPBufferHeight; in Config()395 …case EGL_MAX_PBUFFER_HEIGHT: match = config->mMaxPBufferHeight >= attribute[1]; … in getConfigs()
61 EGLint mMaxPBufferHeight; // Maximum height of pbuffer variable
259 case EGL_MAX_PBUFFER_HEIGHT: *value = configuration->mMaxPBufferHeight; break; in getConfigAttrib()