Searched refs:OwnedInternal (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/ |
D | DestroyObjectTests.cpp | 55 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/ |
D | Texture.h | 48 enum class TextureState { OwnedInternal, OwnedExternal, Destroyed }; enumerator
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.cpp | 168 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/ |
D | TextureGL.cpp | 130 : Texture(device, descriptor, GenTexture(device->gl), TextureState::OwnedInternal) { in Texture() 195 if (GetTextureState() == TextureState::OwnedInternal) { in DestroyImpl()
|
D | DeviceGL.cpp | 237 return new Texture(this, textureDescriptor, tex, TextureBase::TextureState::OwnedInternal); in CreateTextureWrappingEGLImage()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | TextureMTL.mm | 423 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/ |
D | TextureVk.cpp | 596 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/ |
D | TextureD3D12.cpp | 508 AcquireRef(new Texture(device, descriptor, TextureState::OwnedInternal)); in Create()
|