Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.h61 EGLint mMaxPBufferPixels; // Maximum size of pbuffer variable
DConfig.cpp177 mMaxPBufferPixels = mMaxPBufferWidth * mMaxPBufferHeight; in Config()
DDisplay.cpp279 case EGL_MAX_PBUFFER_PIXELS: *value = configuration->mMaxPBufferPixels; break; in getConfigAttrib()