OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixelformat_count
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_device.h
63
unsigned
pixelformat_count
;
member in struct:stw_device
stw_pixelformat.c
208
++stw_dev->
pixelformat_count
;
209
assert(stw_dev->
pixelformat_count
== stw_dev->pixelformat_extended_count);
268
assert( !stw_dev->
pixelformat_count
);
281
assert( stw_dev->
pixelformat_count
<= stw_dev->pixelformat_extended_count );
288
return stw_dev->
pixelformat_count
;
stw_framebuffer.c
269
fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->
pixelformat_count
? iPixelFormat : 1;
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h
63
unsigned
pixelformat_count
;
member in struct:stw_device
stw_pixelformat.c
208
++stw_dev->
pixelformat_count
;
209
assert(stw_dev->
pixelformat_count
== stw_dev->pixelformat_extended_count);
268
assert( !stw_dev->
pixelformat_count
);
281
assert( stw_dev->
pixelformat_count
<= stw_dev->pixelformat_extended_count );
288
return stw_dev->
pixelformat_count
;
stw_framebuffer.c
269
fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->
pixelformat_count
? iPixelFormat : 1;
Completed in 3639 milliseconds