Searched refs:depth_size (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglConfig.h | 85 EGLint depth_size, 114 EGLint depth_size,
|
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 | EglOsApi.h | 96 EGLint depth_size; member
|
D | EglOsApi_glx.cpp | 196 EXIT_IF_FALSE(glx->glXGetFBConfigAttrib((Display*)dpy, frmt, GLX_DEPTH_SIZE, &info.depth_size)); in pixelFormatToConfig() 255 if (info.depth_size == 0 || info.stencil_size == 0) { in pixelFormatToConfig()
|
D | EglDisplay.cpp | 611 info->depth_size < 24 || in addConfig() 623 info->depth_size, in addConfig()
|
D | EglOsApi_darwin.cpp | 174 info.depth_size = getPixelFormatAttrib(index, MAC_DEPTH_SIZE); in pixelFormatToConfig()
|
D | EglImp.cpp | 479 EGLint depth_size = 0; in eglChooseConfig() local 623 depth_size = attrib_list[i+1]; in eglChooseConfig() 749 EglConfig dummy(red_size,green_size,blue_size,alpha_size,caveat,conformant,depth_size, in eglChooseConfig()
|
D | EglOsApi_egl.cpp | 567 &configInfo.depth_size); in queryConfigs()
|
D | EglOsApi_wgl.cpp | 921 info.depth_size = frmt->cDepthBits; in pixelFormatToConfig()
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | i915_drm.h | 361 int depth_size; member
|