Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dchannel_monitor_api.cpp80 return AsCoreType(aInstance).Get<Utils::ChannelMonitor>().GetSampleCount(); in otChannelMonitorGetSampleCount()
/external/openthread/src/core/utils/
Dchannel_monitor.hpp137 uint32_t GetSampleCount(void) const { return mSampleCount; } in GetSampleCount() function in ot::Utils::ChannelMonitor
Dchannel_manager.cpp239 if (Get<ChannelMonitor>().GetSampleCount() <= kMinChannelMonitorSampleCount) in FindBetterChannel()
241 …("Too few samples (%lu <= %lu) to select channel", ToUlong(Get<ChannelMonitor>().GetSampleCount()), in FindBetterChannel()
/external/skia/tools/gpu/
DBackendSurfaceFactory.cpp177 textureInfo.fSampleCount = texture.GetSampleCount(); in MakeBackendTextureViewSurface()
/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_helpers.cpp30 descriptor.sampleCount = texture.GetSampleCount(); in TextureDescriptorFromTexture()
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp41 GLint GetSampleCount(const egl::Config *config) in GetSampleCount() function
669 GLint samples = GetSampleCount(mState.config); in initializeImpl()
1755 GLint samples = GetSampleCount(mState.config); in createSwapChain()
Dvk_utils.h1510 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount);
Dvk_utils.cpp1773 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount) in GetSampleCount() function