Home
last modified time | relevance | path

Searched refs:mMaxPBufferPixels (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
DConfig.cpp121 mMaxPBufferPixels = texWidth*texHeight; in Config()
305 …case EGL_MAX_PBUFFER_PIXELS: match = config->mMaxPBufferPixels >= attribute[1]; … in getConfigs()
DConfig.h55 EGLint mMaxPBufferPixels; // Maximum size of pbuffer variable
DDisplay.cpp179 case EGL_MAX_PBUFFER_PIXELS: *value = configuration->mMaxPBufferPixels; break; in getConfigAttrib()