Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dframebuffer.c160 fb->_AllColorBuffersFixedPoint = !visual->floatMode; in _mesa_initialize_window_framebuffer()
Dblend.c1094 return fb->_AllColorBuffersFixedPoint; in get_clamp_color()
Dfbobject.c1102 fb->_AllColorBuffersFixedPoint = GL_TRUE; in _mesa_test_framebuffer_completeness()
1273 fb->_AllColorBuffersFixedPoint = in _mesa_test_framebuffer_completeness()
1274 fb->_AllColorBuffersFixedPoint && in _mesa_test_framebuffer_completeness()
Dmtypes.h3582 GLboolean _AllColorBuffersFixedPoint; /* no integer, no float */ member