HomeSort by relevance Sort by last modified time
    Searched refs:pixelformat_count (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h 62 unsigned pixelformat_count; member in struct:stw_device
stw_pixelformat.c 217 ++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 );
314 return stw_dev->pixelformat_count;
stw_framebuffer.c 273 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count

Completed in 95 milliseconds