Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_msaa.c55 bool sample_location_pixel_grid = fb->SampleLocationPixelGrid; in update_sample_locations()
/third_party/mesa3d/src/mesa/main/
Dframebuffer.c148 fb->SampleLocationPixelGrid = 0; in _mesa_initialize_window_framebuffer()
175 fb->SampleLocationPixelGrid = 0; in _mesa_initialize_user_framebuffer()
Dmtypes.h2753 GLboolean SampleLocationPixelGrid; member
Dfbobject.c1894 fb->SampleLocationPixelGrid = !!param; in framebuffer_parameteri()
2093 *params = fb->SampleLocationPixelGrid; in get_framebuffer_parameteriv()