Home
last modified time | relevance | path

Searched refs:MAX_MULTISAMPLE_TYPES (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dutils.c2817 GLint count, multisample_types[MAX_MULTISAMPLE_TYPES]; in query_internal_format()
2896 count = min(count, MAX_MULTISAMPLE_TYPES); in query_internal_format()
H A Dwined3d_private.h280 #define MAX_MULTISAMPLE_TYPES 8 macro