Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_device.h39 #define STW_MAX_PIXELFORMATS 256 macro
63 struct stw_pixelformat_info pixelformats[STW_MAX_PIXELFORMATS];
Dstw_pixelformat.c135 assert(stw_dev->pixelformat_extended_count < STW_MAX_PIXELFORMATS); in stw_pixelformat_add()
136 if (stw_dev->pixelformat_extended_count >= STW_MAX_PIXELFORMATS) in stw_pixelformat_add()
309 assert(stw_dev->pixelformat_extended_count <= STW_MAX_PIXELFORMATS); in stw_pixelformat_init()