Searched defs:stw_dev (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_device.c45 struct stw_device *stw_dev = NULL; variable in typeref:struct:stw_device
74 assert(!stw_dev);
78 stw_dev = &stw_dev_storage;
79 memset(stw_dev, 0, sizeof(*stw_dev));
82 stw_dev->memdbg_no = debug_memory_begin();
85 stw_dev->stw_winsys = stw_winsys;
87 stw_dev->stapi = stw_st_create_api();
88 stw_dev->smapi = CALLOC_STRUCT(st_manager);
89 if (!stw_dev
[all...]
H A Dstw_pixelformat.c122 struct stw_device *stw_dev,
132 assert(stw_dev->pixelformat_extended_count < STW_MAX_PIXELFORMATS);
133 if(stw_dev->pixelformat_extended_count >= STW_MAX_PIXELFORMATS)
143 pfi = &stw_dev->pixelformats[stw_dev->pixelformat_extended_count];
205 ++stw_dev->pixelformat_extended_count;
208 ++stw_dev->pixelformat_count;
209 assert(stw_dev->pixelformat_count == stw_dev->pixelformat_extended_count);
221 struct pipe_screen *screen = stw_dev
121 stw_pixelformat_add( struct stw_device *stw_dev, boolean extended, const struct stw_pf_color_info *color, const struct stw_pf_depth_info *depth, unsigned accum, boolean doublebuffer, unsigned samples ) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_device.c45 struct stw_device *stw_dev = NULL; variable in typeref:struct:stw_device
74 assert(!stw_dev);
78 stw_dev = &stw_dev_storage;
79 memset(stw_dev, 0, sizeof(*stw_dev));
82 stw_dev->memdbg_no = debug_memory_begin();
85 stw_dev->stw_winsys = stw_winsys;
87 stw_dev->stapi = stw_st_create_api();
88 stw_dev->smapi = CALLOC_STRUCT(st_manager);
89 if (!stw_dev
[all...]
H A Dstw_pixelformat.c122 struct stw_device *stw_dev,
132 assert(stw_dev->pixelformat_extended_count < STW_MAX_PIXELFORMATS);
133 if(stw_dev->pixelformat_extended_count >= STW_MAX_PIXELFORMATS)
143 pfi = &stw_dev->pixelformats[stw_dev->pixelformat_extended_count];
205 ++stw_dev->pixelformat_extended_count;
208 ++stw_dev->pixelformat_count;
209 assert(stw_dev->pixelformat_count == stw_dev->pixelformat_extended_count);
221 struct pipe_screen *screen = stw_dev
121 stw_pixelformat_add( struct stw_device *stw_dev, boolean extended, const struct stw_pf_color_info *color, const struct stw_pf_depth_info *depth, unsigned accum, boolean doublebuffer, unsigned samples ) argument
[all...]

Completed in 97 milliseconds