HomeSort by relevance Sort by last modified time
    Searched refs:mMaxPBufferHeight (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/src/libEGL/
Config.h 53 EGLint mMaxPBufferHeight; // Maximum height of pbuffer
Config.cpp 117 mMaxPBufferHeight = texHeight;
301 case EGL_MAX_PBUFFER_HEIGHT: match = config->mMaxPBufferHeight >= attribute[1]; break;
Display.cpp 184 case EGL_MAX_PBUFFER_HEIGHT: *value = configuration->mMaxPBufferHeight; break;

Completed in 31 milliseconds