Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.h68 stw_pixelformat_get_info( int iPixelFormat );
Dstw_pixelformat.c366 stw_pixelformat_get_info(int iPixelFormat) in stw_pixelformat_get_info() function
404 pfi = stw_pixelformat_get_info(iPixelFormat); in DrvDescribePixelFormat()
467 const struct stw_pixelformat_info *pfi = stw_pixelformat_get_info(index); in stw_pixelformat_choose()
Dstw_ext_pbuffer.c92 info = stw_pixelformat_get_info(iPixelFormat); in wglCreatePbufferARB()
Dstw_ext_pixelformat.c64 pfi = stw_pixelformat_get_info(iPixelFormat); in stw_query_attrib()
Dstw_framebuffer.c296 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat ); in stw_framebuffer_create()
Dstw_context.c207 pfi = stw_pixelformat_get_info( iPixelFormat ); in stw_create_context_attribs()
/third_party/mesa3d/src/gallium/targets/wgl/
Dgallium_wgl.def.in29 stw_pixelformat_get_info
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c168 for (unsigned i = 1; stw_pixelformat_get_info(i) != NULL; i++) { in wgl_add_configs()
170 struct wgl_egl_config *wgl_conf = wgl_add_config(disp, stw_pixelformat_get_info(i), in wgl_add_configs()
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_framebuffer.cpp225 stw_pixelformat_get_info(iPixelFormat); in d3d12_wgl_create_framebuffer()