Home
last modified time | relevance | path

Searched refs:depth_size (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglConfig.cpp27 EGLint depth_size, in EglConfig() argument
58 m_depth_size(depth_size), in EglConfig()
92 EGLint depth_size, in EglConfig() argument
119 m_depth_size(depth_size), in EglConfig()
DEglConfig.h85 EGLint depth_size,
114 EGLint depth_size,
DEglOsApi_glx.cpp202 dpy ,frmt, GLX_DEPTH_SIZE, &info.depth_size)); in pixelFormatToConfig()
261 if (info.depth_size == 0 || info.stencil_size == 0) { in pixelFormatToConfig()
DEglOsApi.h96 EGLint depth_size; member
DEglDisplay.cpp628 info->depth_size < 24 || in addConfig()
640 info->depth_size, in addConfig()
DEglOsApi_darwin.cpp174 info.depth_size = getPixelFormatAttrib(index, MAC_DEPTH_SIZE); in pixelFormatToConfig()
DEglImp.cpp475 EGLint depth_size = 0; in eglChooseConfig() local
619 depth_size = attrib_list[i+1]; in eglChooseConfig()
745 EglConfig dummy(red_size,green_size,blue_size,alpha_size,caveat,conformant,depth_size, in eglChooseConfig()
DEglOsApi_egl.cpp558 &configInfo.depth_size); in queryConfigs()
DEglOsApi_wgl.cpp921 info.depth_size = frmt->cDepthBits; in pixelFormatToConfig()