Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.h62 stw_pixelformat_get_info( int iPixelFormat );
Dstw_pixelformat.c326 stw_pixelformat_get_info(int iPixelFormat) in stw_pixelformat_get_info() function
363 pfi = stw_pixelformat_get_info(iPixelFormat); in DrvDescribePixelFormat()
428 const struct stw_pixelformat_info *pfi = stw_pixelformat_get_info(index); in stw_pixelformat_choose()
Dstw_ext_pbuffer.c93 info = stw_pixelformat_get_info(iPixelFormat - 1); in wglCreatePbufferARB()
Dstw_ext_pixelformat.c64 pfi = stw_pixelformat_get_info(iPixelFormat); in stw_query_attrib()
Dstw_framebuffer.c277 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat ); in stw_framebuffer_create()
Dstw_context.c201 pfi = stw_pixelformat_get_info( iPixelFormat ); in stw_create_context_attribs()