Home
last modified time | relevance | path

Searched refs:ValidateExternalTextureDescriptor (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DExternalTexture.h30 MaybeError ValidateExternalTextureDescriptor(const DeviceBase* device,
DExternalTexture.cpp53 MaybeError ValidateExternalTextureDescriptor(const DeviceBase* device, in ValidateExternalTextureDescriptor() function
DDevice.cpp1388 DAWN_TRY_CONTEXT(ValidateExternalTextureDescriptor(this, descriptor), "validating %s", in CreateExternalTexture()