Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp55 AcquireRef(new TextureMock(&mDevice, TextureBase::TextureState::OwnedInternal)); in GetTexture()
471 TextureMock textureMock(&mDevice, TextureBase::TextureState::OwnedInternal); in TEST_F()
493 new TextureMock(&mDevice, TextureBase::TextureState::OwnedInternal); in TEST_F()
562 new TextureMock(&mDevice, TextureBase::TextureState::OwnedInternal); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.h48 enum class TextureState { OwnedInternal, OwnedExternal, Destroyed }; enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp168 return AcquireRef(new Texture(this, descriptor, TextureBase::TextureState::OwnedInternal)); in CreateTextureImpl()
423 new Texture(GetDevice(), &textureDesc, TextureBase::TextureState::OwnedInternal)); in GetCurrentTextureViewImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp130 : Texture(device, descriptor, GenTexture(device->gl), TextureState::OwnedInternal) { in Texture()
195 if (GetTextureState() == TextureState::OwnedInternal) { in DestroyImpl()
DDeviceGL.cpp237 return new Texture(this, textureDescriptor, tex, TextureBase::TextureState::OwnedInternal); in CreateTextureWrappingEGLImage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm423 AcquireRef(new Texture(device, descriptor, TextureState::OwnedInternal));
437 AcquireRef(new Texture(device, textureDescriptor, TextureState::OwnedInternal));
447 AcquireRef(new Texture(device, descriptor, TextureState::OwnedInternal));
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp596 AcquireRef(new Texture(device, descriptor, TextureState::OwnedInternal)); in Create()
608 AcquireRef(new Texture(device, textureDescriptor, TextureState::OwnedInternal)); in CreateFromExternal()
841 if (GetTextureState() == TextureState::OwnedInternal) { in DestroyImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp508 AcquireRef(new Texture(device, descriptor, TextureState::OwnedInternal)); in Create()