Home
last modified time | relevance | path

Searched refs:_AllColorBuffersFixedPoint (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dframebuffer.c159 fb->_AllColorBuffersFixedPoint = !visual->floatMode; in _mesa_initialize_window_framebuffer()
Dfbobject.c990 fb->_AllColorBuffersFixedPoint = GL_TRUE; in _mesa_test_framebuffer_completeness()
1122 fb->_AllColorBuffersFixedPoint = in _mesa_test_framebuffer_completeness()
1123 fb->_AllColorBuffersFixedPoint && in _mesa_test_framebuffer_completeness()
Dblend.c1081 return fb->_AllColorBuffersFixedPoint; in get_clamp_color()
Dmtypes.h3476 GLboolean _AllColorBuffersFixedPoint; /* no integer, no float */ member