Home
last modified time | relevance | path

Searched refs:maxPbufferHeight (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/egl/
DegluConfigInfo.hpp58 deInt32 maxPbufferHeight; member in eglu::ConfigInfo
104 , maxPbufferHeight (0) in ConfigInfo()
DegluConfigInfo.cpp56 case EGL_MAX_PBUFFER_HEIGHT: return maxPbufferHeight; in getAttribute()
105 egl.getConfigAttrib(display, config, EGL_MAX_PBUFFER_HEIGHT, &dst->maxPbufferHeight); in queryCoreConfigInfo()
/third_party/mesa3d/src/glx/
Dglxconfig.h80 GLint maxPbufferHeight; member
Dglxext.c565 config->maxPbufferHeight = *bp++; in __glXInitializeVisualConfigFromTags()
Dglxcmds.c1023 MATCH_MINIMUM(maxPbufferHeight); in fbconfigs_compatible()
1173 PREFER_LARGER(maxPbufferHeight); in fbconfig_compare()