Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1367 consts->NumSupportedMultisampleModes = 0; in st_init_extensions()
1396 unsigned i = consts->NumSupportedMultisampleModes; in st_init_extensions()
1405 consts->NumSupportedMultisampleModes++; in st_init_extensions()
/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h867 GLint NumSupportedMultisampleModes; member
Dget.c1353 v->value_int_n.n = ctx->Const.NumSupportedMultisampleModes * 3; in find_custom_value()
Dfbobject.c1599 for (i = 0; i < ctx->Const.NumSupportedMultisampleModes; i++) { in _mesa_test_framebuffer_completeness()