OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_2d_length
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_device.h
55
unsigned
max_2d_length
;
member in struct:stw_device
stw_ext_pbuffer.c
111
if (iWidth > stw_dev->
max_2d_length
) {
113
iWidth = stw_dev->
max_2d_length
;
120
if (iHeight > stw_dev->
max_2d_length
) {
122
iHeight = stw_dev->
max_2d_length
;
stw_ext_pixelformat.c
247
*pvalue = stw_dev->
max_2d_length
;
251
*pvalue = stw_dev->
max_2d_length
* stw_dev->
max_2d_length
;
stw_device.c
105
stw_dev->
max_2d_length
= 1 << (stw_dev->max_2d_levels - 1);
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h
55
unsigned
max_2d_length
;
member in struct:stw_device
stw_ext_pbuffer.c
111
if (iWidth > stw_dev->
max_2d_length
) {
113
iWidth = stw_dev->
max_2d_length
;
120
if (iHeight > stw_dev->
max_2d_length
) {
122
iHeight = stw_dev->
max_2d_length
;
stw_ext_pixelformat.c
247
*pvalue = stw_dev->
max_2d_length
;
251
*pvalue = stw_dev->
max_2d_length
* stw_dev->
max_2d_length
;
stw_device.c
105
stw_dev->
max_2d_length
= 1 << (stw_dev->max_2d_levels - 1);
Completed in 68 milliseconds