Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c1443 consts->NumSupportedMultisampleModes = 0; in st_init_extensions()
1472 unsigned i = consts->NumSupportedMultisampleModes; in st_init_extensions()
1481 consts->NumSupportedMultisampleModes++; in st_init_extensions()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dconsts_exts.h882 GLint NumSupportedMultisampleModes; member
H A Dget.c1372 v->value_int_n.n = ctx->Const.NumSupportedMultisampleModes * 3; in find_custom_value()
H A Dfbobject.c1608 for (i = 0; i < ctx->Const.NumSupportedMultisampleModes; i++) { in _mesa_test_framebuffer_completeness()