Searched refs:pixelformat_count (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_device.h62 unsigned pixelformat_count; member in struct:stw_device
H A Dstw_pixelformat.c217 ++stw_dev->pixelformat_count;
218 assert(stw_dev->pixelformat_count == stw_dev->pixelformat_extended_count);
295 assert(!stw_dev->pixelformat_count);
307 assert(stw_dev->pixelformat_count <= stw_dev->pixelformat_extended_count);
315 return stw_dev->pixelformat_count;
H A Dstw_framebuffer.c274 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_device.h67 unsigned pixelformat_count; member in struct:stw_device
H A Dstw_pixelformat.c226 ++stw_dev->pixelformat_count;
227 assert(stw_dev->pixelformat_count ==
315 assert(!stw_dev->pixelformat_count);
328 assert(stw_dev->pixelformat_count <=
340 return stw_dev->pixelformat_count;
H A Dstw_framebuffer.c284 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count

Completed in 6 milliseconds