Home
last modified time | relevance | path

Searched refs:pixelformat_count (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.c208 ++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()
Dstw_device.h63 unsigned pixelformat_count; member
Dstw_framebuffer.c269 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count ? iPixelFormat : 1; in stw_framebuffer_create()