Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1242 gl::SupportedSampleSet colorSampleCounts; in GenerateConfigs()
1243 gl::SupportedSampleSet depthStencilSampleCounts; in GenerateConfigs()
1244 gl::SupportedSampleSet sampleCounts; in GenerateConfigs()
1280 const gl::SupportedSampleSet *configSampleCounts = &sampleCounts; in GenerateConfigs()
Dvk_utils.h1083 void AddSampleCounts(VkSampleCountFlags sampleCounts, gl::SupportedSampleSet *outSet);
Dvk_utils.cpp1632 void AddSampleCounts(VkSampleCountFlags sampleCounts, gl::SupportedSampleSet *setOut) in AddSampleCounts()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h48 SupportedSampleSet sampleCounts;
Dangletypes.h888 using SupportedSampleSet = std::set<GLuint>; variable
DCaps.cpp52 for (SupportedSampleSet::const_iterator i = sampleCounts.begin(); i != sampleCounts.end(); i++) in getNearestSamples()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h533 gl::SupportedSampleSet generateSampleSetForEGLConfig(
DRenderer11.cpp1096 gl::SupportedSampleSet Renderer11::generateSampleSetForEGLConfig( in generateSampleSetForEGLConfig()
1100 gl::SupportedSampleSet sampleCounts; in generateSampleSetForEGLConfig()
1196 const gl::SupportedSampleSet sampleCounts = in generateConfigs()