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.c217 ++stw_dev->pixelformat_count; in stw_pixelformat_add()
218 assert(stw_dev->pixelformat_count == stw_dev->pixelformat_extended_count); in stw_pixelformat_add()
294 assert(!stw_dev->pixelformat_count); in stw_pixelformat_init()
306 assert(stw_dev->pixelformat_count <= stw_dev->pixelformat_extended_count); in stw_pixelformat_init()
314 return stw_dev->pixelformat_count; in stw_pixelformat_get_count()
Dstw_device.h62 unsigned pixelformat_count; member
Dstw_framebuffer.c274 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count in stw_framebuffer_create()