Home
last modified time | relevance | path

Searched refs:pixelformat_extended_count (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.c132 assert(stw_dev->pixelformat_extended_count < STW_MAX_PIXELFORMATS); in stw_pixelformat_add()
133 if(stw_dev->pixelformat_extended_count >= STW_MAX_PIXELFORMATS) in stw_pixelformat_add()
143 pfi = &stw_dev->pixelformats[stw_dev->pixelformat_extended_count]; in stw_pixelformat_add()
205 ++stw_dev->pixelformat_extended_count; in stw_pixelformat_add()
209 assert(stw_dev->pixelformat_count == stw_dev->pixelformat_extended_count); in stw_pixelformat_add()
269 assert( !stw_dev->pixelformat_extended_count ); in stw_pixelformat_init()
281 assert( stw_dev->pixelformat_count <= stw_dev->pixelformat_extended_count ); in stw_pixelformat_init()
282 assert( stw_dev->pixelformat_extended_count <= STW_MAX_PIXELFORMATS ); in stw_pixelformat_init()
294 return stw_dev->pixelformat_extended_count; in stw_pixelformat_get_extended_count()
307 if (index >= stw_dev->pixelformat_extended_count) { in stw_pixelformat_get_info()
Dstw_device.h64 unsigned pixelformat_extended_count; member