Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglconfig.h57 EGLint DepthSize; member
108 ATTRIB_MAP(EGL_DEPTH_SIZE, DepthSize); in _eglOffsetOfConfig()
Deglconfigdebug.c139 conf->DepthSize, conf->StencilSize, in _eglPrintConfig()
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp177 conf->base.DepthSize = 24; // TODO: How to get the right value ? in haiku_add_configs_for_visuals()
/third_party/vk-gl-cts/doc/
Dqpa_file_format.txt113 DepthSize="[int]"
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c86 base.DepthSize = stw_config->pfd.cDepthBits; in wgl_add_config()