Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DDeviceMock.h53 MOCK_METHOD(float, GetTimestampPeriodInNS, (), (const, override));
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h80 float GetTimestampPeriodInNS() const override;
DDeviceGL.cpp312 float Device::GetTimestampPeriodInNS() const { in GetTimestampPeriodInNS() function in dawn_native::opengl::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h75 float GetTimestampPeriodInNS() const override;
DDeviceMTL.mm502 float Device::GetTimestampPeriodInNS() const {
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h106 float GetTimestampPeriodInNS() const override;
DDeviceVk.cpp1013 float Device::GetTimestampPeriodInNS() const { in GetTimestampPeriodInNS() function in dawn_native::vulkan::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h146 float GetTimestampPeriodInNS() const override;
DDeviceD3D12.cpp736 float Device::GetTimestampPeriodInNS() const { in GetTimestampPeriodInNS() function in dawn_native::d3d12::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h121 float GetTimestampPeriodInNS() const override;
DDeviceNull.cpp511 float Device::GetTimestampPeriodInNS() const { in GetTimestampPeriodInNS() function in dawn_native::null::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h346 virtual float GetTimestampPeriodInNS() const = 0;
DCommandEncoder.cpp439 device->GetTimestampPeriodInNS()}; in EncodeTimestampsToNanosecondsConversion()