Searched refs:z_depths (Results 1 – 1 of 1) sorted by relevance
4977 static const DWORD z_depths[] = { 32, 24, 16 }; in create_device1() local5002 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() local5336 for (i = 0; i < ARRAY_SIZE(z_depths); ++i) in create_device2()5342 U2(surface_desc).dwZBufferBitDepth = z_depths[i]; in create_device2()