Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/d3drm/
H A Dd3drm.c4977 static const DWORD z_depths[] = { 32, 24, 16 }; in create_device1() local
5002 for (i = 0; i < ARRAY_SIZE(z_depths); ++i) in create_device1()
5008 U2(surface_desc).dwZBufferBitDepth = z_depths[i]; in create_device1()
5302 static const DWORD z_depths[] = { 32, 24, 16 }; in create_device2() local
5336 for (i = 0; i < ARRAY_SIZE(z_depths); ++i) in create_device2()
5342 U2(surface_desc).dwZBufferBitDepth = z_depths[i]; in create_device2()