Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dframebuffer.c158 fb->_AllColorBuffersFixedPoint = !visual->floatMode; in _mesa_initialize_window_framebuffer()
Dblend.c915 return fb->_AllColorBuffersFixedPoint; in get_clamp_color()
Dfbobject.c978 fb->_AllColorBuffersFixedPoint = GL_TRUE; in _mesa_test_framebuffer_completeness()
1110 fb->_AllColorBuffersFixedPoint = in _mesa_test_framebuffer_completeness()
1111 fb->_AllColorBuffersFixedPoint && in _mesa_test_framebuffer_completeness()
Dmtypes.h3284 GLboolean _AllColorBuffersFixedPoint; /* no integer, no float */ member