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

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h 38 #define STW_MAX_PIXELFORMATS 256
61 struct stw_pixelformat_info pixelformats[STW_MAX_PIXELFORMATS];
stw_pixelformat.c 135 assert(stw_dev->pixelformat_extended_count < STW_MAX_PIXELFORMATS);
136 if(stw_dev->pixelformat_extended_count >= STW_MAX_PIXELFORMATS)
308 assert( stw_dev->pixelformat_extended_count <= STW_MAX_PIXELFORMATS );

Completed in 67 milliseconds