Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1239 const gl::SupportedSampleSet *configSampleCounts = &sampleCounts; in GenerateConfigs() local
1243 configSampleCounts = &colorSampleCounts; in GenerateConfigs()
1248 configSampleCounts = &depthStencilSampleCounts; in GenerateConfigs()
1251 for (EGLint sampleCount : *configSampleCounts) in GenerateConfigs()