Home
last modified time | relevance | path

Searched refs:ARB_sample_locations (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_msaa.c72 if (ctx->Extensions.ARB_sample_locations) in st_GetProgrammableSampleCaps()
Dst_atom_msaa.c49 if (!st->ctx->Extensions.ARB_sample_locations) in update_sample_locations()
Dst_extensions.c756 { o(ARB_sample_locations), PIPE_CAP_PROGRAMMABLE_SAMPLE_LOCATIONS }, in st_init_extensions()
/external/mesa3d/src/mesa/main/
Dmultisample.c106 if (!ctx->Extensions.ARB_sample_locations) { in _mesa_GetMultisamplefv()
Dfbobject.c1642 if (!ctx->Extensions.ARB_sample_locations) in framebuffer_parameteri()
1731 !ctx->Extensions.ARB_sample_locations && in validate_framebuffer_parameter_extensions()
1749 ctx->Extensions.ARB_sample_locations)) { in validate_framebuffer_parameter_extensions()
1827 if (!ctx->Extensions.ARB_sample_locations) in validate_get_framebuffer_parameteriv_pname()
4810 !ctx->Extensions.ARB_sample_locations) { in _mesa_NamedFramebufferParameteri()
5399 if (!ctx->Extensions.ARB_sample_locations) { in sample_locations()
5518 if (!ctx->Extensions.ARB_sample_locations) { in _mesa_EvaluateDepthValuesARB()
Dextensions_table.h116 EXT(ARB_sample_locations , ARB_sample_locations , GLL, GLC, x…
404 EXT(NV_sample_locations , ARB_sample_locations , GLL, GLC, x…
Dmtypes.h4296 GLboolean ARB_sample_locations; member
Dget.c556 EXTRA_EXT(ARB_sample_locations);