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.c134 assert(stw_dev->pixelformat_extended_count < STW_MAX_PIXELFORMATS); in stw_pixelformat_add()
135 if (stw_dev->pixelformat_extended_count >= STW_MAX_PIXELFORMATS) in stw_pixelformat_add()
145 pfi = &stw_dev->pixelformats[stw_dev->pixelformat_extended_count]; in stw_pixelformat_add()
214 ++stw_dev->pixelformat_extended_count; in stw_pixelformat_add()
218 assert(stw_dev->pixelformat_count == stw_dev->pixelformat_extended_count); in stw_pixelformat_add()
295 assert(!stw_dev->pixelformat_extended_count); in stw_pixelformat_init()
306 assert(stw_dev->pixelformat_count <= stw_dev->pixelformat_extended_count); in stw_pixelformat_init()
307 assert(stw_dev->pixelformat_extended_count <= STW_MAX_PIXELFORMATS); in stw_pixelformat_init()
321 return stw_dev->pixelformat_extended_count; in stw_pixelformat_get_extended_count()
335 if (index >= stw_dev->pixelformat_extended_count) { in stw_pixelformat_get_info()
Dstw_device.h63 unsigned pixelformat_extended_count; member