Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DInstance.h69 BackendValidationLevel GetBackendValidationLevel() const;
DInstance.cpp266 BackendValidationLevel InstanceBase::GetBackendValidationLevel() const { in GetBackendValidationLevel() function in dawn_native::InstanceBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.cpp94 CreateFactory(mFunctions.get(), instance->GetBackendValidationLevel(), in Initialize()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp653 dawn_native::BackendValidationLevel DawnTestEnvironment::GetBackendValidationLevel() const { in GetBackendValidationLevel() function in DawnTestEnvironment
809 return gTestEnv->GetBackendValidationLevel() != dawn_native::BackendValidationLevel::Disabled; in IsBackendValidationEnabled()
DDawnTest.h223 dawn_native::BackendValidationLevel GetBackendValidationLevel() const;