Searched refs:depth_size (Results 1 – 9 of 9) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ |
D | EglConfig.cpp | 27 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()
|
D | EglConfig.h | 85 EGLint depth_size, 114 EGLint depth_size,
|
D | EglOsApi_glx.cpp | 202 dpy ,frmt, GLX_DEPTH_SIZE, &info.depth_size)); in pixelFormatToConfig() 261 if (info.depth_size == 0 || info.stencil_size == 0) { in pixelFormatToConfig()
|
D | EglOsApi.h | 96 EGLint depth_size; member
|
D | EglDisplay.cpp | 628 info->depth_size < 24 || in addConfig() 640 info->depth_size, in addConfig()
|
D | EglOsApi_darwin.cpp | 174 info.depth_size = getPixelFormatAttrib(index, MAC_DEPTH_SIZE); in pixelFormatToConfig()
|
D | EglImp.cpp | 475 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()
|
D | EglOsApi_egl.cpp | 558 &configInfo.depth_size); in queryConfigs()
|
D | EglOsApi_wgl.cpp | 921 info.depth_size = frmt->cDepthBits; in pixelFormatToConfig()
|