Searched refs:pixelformat_count (Results 1 – 3 of 3) sorted by relevance
208 ++stw_dev->pixelformat_count; in stw_pixelformat_add()209 assert(stw_dev->pixelformat_count == stw_dev->pixelformat_extended_count); in stw_pixelformat_add()268 assert( !stw_dev->pixelformat_count ); in stw_pixelformat_init()281 assert( stw_dev->pixelformat_count <= stw_dev->pixelformat_extended_count ); in stw_pixelformat_init()288 return stw_dev->pixelformat_count; in stw_pixelformat_get_count()
63 unsigned pixelformat_count; member
269 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count ? iPixelFormat : 1; in stw_framebuffer_create()