Searched refs:mMaxPBufferWidth (Results 1 – 3 of 3) sorted by relevance
177 mMaxPBufferWidth = 4096; in Config()179 mMaxPBufferPixels = mMaxPBufferWidth * mMaxPBufferHeight; in Config()394 …case EGL_MAX_PBUFFER_WIDTH: match = config->mMaxPBufferWidth >= attribute[1]; … in getConfigs()
60 EGLint mMaxPBufferWidth; // Maximum width of pbuffer variable
258 case EGL_MAX_PBUFFER_WIDTH: *value = configuration->mMaxPBufferWidth; break; in getConfigAttrib()