Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglConfig.h85 EGLint depth_size,
114 EGLint depth_size,
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()
DEglOsApi.h96 EGLint depth_size; member
DEglOsApi_glx.cpp196 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()
DEglDisplay.cpp611 info->depth_size < 24 || in addConfig()
623 info->depth_size, in addConfig()
DEglOsApi_darwin.cpp174 info.depth_size = getPixelFormatAttrib(index, MAC_DEPTH_SIZE); in pixelFormatToConfig()
DEglImp.cpp479 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()
DEglOsApi_egl.cpp567 &configInfo.depth_size); in queryConfigs()
DEglOsApi_wgl.cpp921 info.depth_size = frmt->cDepthBits; in pixelFormatToConfig()
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Di915_drm.h361 int depth_size; member