Searched refs:ARB_sample_locations (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | multisample.c | 128 if (!ctx->Extensions.ARB_sample_locations) { in _mesa_GetMultisamplefv() 418 if (ctx->Extensions.ARB_sample_locations) in _mesa_GetProgrammableSampleCaps()
|
H A D | consts_exts.h | 105 GLboolean ARB_sample_locations; member
|
H A D | extensions_table.h | 115 EXT(ARB_sample_locations , ARB_sample_locations , GLL, GLC, x , x , 2015) 416 EXT(NV_sample_locations , ARB_sample_locations , GLL, GLC, x , ES2, 2015)
|
H A D | fbobject.c | 1814 * ARB_framebuffer_no_attachment and ARB_sample_locations - Application passes 1836 if (!ctx->Extensions.ARB_sample_locations) in framebuffer_parameteri() 1925 !ctx->Extensions.ARB_sample_locations && in validate_framebuffer_parameter_extensions() 1930 " ARB_sample_locations, or" in validate_framebuffer_parameter_extensions() 1943 ctx->Extensions.ARB_sample_locations)) { in validate_framebuffer_parameter_extensions() 2021 if (!ctx->Extensions.ARB_sample_locations) in validate_get_framebuffer_parameteriv_pname() 4993 !ctx->Extensions.ARB_sample_locations) { in _mesa_NamedFramebufferParameteri() 4997 "ARB_sample_locations is available)"); in _mesa_NamedFramebufferParameteri() 5123 "neither ARB_framebuffer_no_attachments nor ARB_sample_locations" in _mesa_GetNamedFramebufferParameteriv() 5608 if (!ctx->Extensions.ARB_sample_locations) { in sample_locations() [all...] |
H A D | get.c | 582 EXTRA_EXT(ARB_sample_locations); variable
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_msaa.c | 49 if (!st->ctx->Extensions.ARB_sample_locations) in update_sample_locations()
|
H A D | st_extensions.c | 793 { o(ARB_sample_locations), PIPE_CAP_PROGRAMMABLE_SAMPLE_LOCATIONS }, in st_init_extensions()
|
Completed in 18 milliseconds