Home
last modified time | relevance | path

Searched defs:CreateTexture (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DTextureSubresourceTests.cpp26 wgpu::Texture CreateTexture(uint32_t mipLevelCount, in CreateTexture() function in __anon9e1ea60e0111::TextureSubresourceTest
DStorageTextureValidationTests.cpp92 wgpu::Texture CreateTexture(wgpu::TextureUsage usage, in CreateTexture() function in StorageTextureValidationTests
DRenderPassDescriptorValidationTests.cpp45 wgpu::Texture CreateTexture(wgpu::Device& device, in CreateTexture() function
DResourceUsageTrackingTests.cpp32 wgpu::Texture CreateTexture(wgpu::TextureUsage usage, in CreateTexture() function in __anon2d9ccc5b0111::ResourceUsageTrackingTest
DBindGroupValidationTests.cpp24 wgpu::Texture CreateTexture(wgpu::TextureUsage usage, in CreateTexture() function in BindGroupValidationTest
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureSubresourceTests.cpp25 wgpu::Texture CreateTexture(uint32_t mipLevelCount, in CreateTexture() function in TextureSubresourceTest
DReadOnlyDepthStencilAttachmentTests.cpp118 wgpu::Texture CreateTexture(wgpu::TextureFormat format, wgpu::TextureUsage usage) { in CreateTexture() function in ReadOnlyDepthStencilAttachmentTests
DCopyTextureForBrowserTests.cpp288 wgpu::Texture CreateTexture(const TextureSpec& spec, wgpu::TextureUsage usage) { in CreateTexture() function in CopyTextureForBrowserTests
DStorageTextureTests.cpp468 wgpu::Texture CreateTexture(wgpu::TextureFormat format, in CreateTexture() function in StorageTextureTests
/third_party/cef/libcef/browser/gpu/
Dexternal_texture_manager.cc145 void* ExternalTextureManager::CreateTexture(GLuint texture_id, in CreateTexture() function in gpu::gles2::ExternalTextureManager
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_sysrender.h82 int (*CreateTexture) (SDL_Renderer * renderer, SDL_Texture * texture); member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp406 TextureBase* DeviceBase::CreateTexture(const TextureDescriptor* descriptor) { in CreateTexture() function in dawn_native::DeviceBase
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderPassDescriptorValidationTests.cpp43 dawn::Texture CreateTexture(dawn::Device& device, in CreateTexture() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp1538 ResultOrError<Ref<TextureBase>> DeviceBase::CreateTexture(const TextureDescriptor* descriptor) { in CreateTexture() function in dawn_native::DeviceBase
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp887 class CreateTexture : public Operation class
897 CreateTexture::CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync) in CreateTexture() function in deqp::egl::GLES2ThreadTest::CreateTexture
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp1888 bool StorageAndSubImageTest<T, S, N, D, I>::CreateTexture() in CreateTexture() function in gl4cts::DirectStateAccess::Textures::StorageAndSubImageTest