Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DDeviceMock.h76 CreateQuerySetImpl,
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h96 ResultOrError<Ref<QuerySetBase>> CreateQuerySetImpl(
DDeviceGL.cpp141 ResultOrError<Ref<QuerySetBase>> Device::CreateQuerySetImpl( in CreateQuerySetImpl() function in dawn_native::opengl::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h94 ResultOrError<Ref<QuerySetBase>> CreateQuerySetImpl(
DDeviceMTL.mm254 ResultOrError<Ref<QuerySetBase>> Device::CreateQuerySetImpl(
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h120 ResultOrError<Ref<QuerySetBase>> CreateQuerySetImpl(
DDeviceVk.cpp132 ResultOrError<Ref<QuerySetBase>> Device::CreateQuerySetImpl( in CreateQuerySetImpl() function in dawn_native::vulkan::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h163 ResultOrError<Ref<QuerySetBase>> CreateQuerySetImpl(
DDeviceD3D12.cpp406 ResultOrError<Ref<QuerySetBase>> Device::CreateQuerySetImpl( in CreateQuerySetImpl() function in dawn_native::d3d12::Device
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp340 EXPECT_CALL(mDevice, CreateQuerySetImpl) in TEST_F()
658 EXPECT_CALL(mDevice, CreateQuerySetImpl) in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h137 ResultOrError<Ref<QuerySetBase>> CreateQuerySetImpl(
DDeviceNull.cpp139 ResultOrError<Ref<QuerySetBase>> Device::CreateQuerySetImpl( in CreateQuerySetImpl() function in dawn_native::null::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h396 virtual ResultOrError<Ref<QuerySetBase>> CreateQuerySetImpl(
DDevice.cpp1402 return CreateQuerySetImpl(descriptor); in CreateQuerySet()