Home
last modified time | relevance | path

Searched refs:maxPbufferHeight (Results 1 – 6 of 6) 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
Dglxconfig.c151 *value_return = mode->maxPbufferHeight; in glx_config_get()
Dglxext.c550 config->maxPbufferHeight = *bp++; in __glXInitializeVisualConfigFromTags()
Dglxcmds.c1020 MATCH_MINIMUM(maxPbufferHeight); in fbconfigs_compatible()
1169 PREFER_LARGER(maxPbufferHeight); in fbconfig_compare()