/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | VideoViewsValidationTests.cpp | 120 wgpu::Texture srcTexture = CreateVideoTextureForTest( in TEST_F() local 139 wgpu::Texture srcTexture = CreateVideoTextureForTest( in TEST_F() local 171 wgpu::Texture srcTexture = CreateVideoTextureForTest( in TEST_F() local 192 wgpu::Texture srcTexture = CreateVideoTextureForTest( in TEST_F() local
|
D | CopyTextureForBrowserTests.cpp | 46 wgpu::Texture srcTexture, in TestCopyTextureForBrowser()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | TextureZeroInitTests.cpp | 223 dawn::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 259 dawn::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 312 dawn::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 346 dawn::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 380 dawn::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | CopyTextureForBrowserTests.cpp | 320 wgpu::Texture srcTexture, in RunCopyExternalImageToTexture() 334 wgpu::Texture srcTexture, in CheckResultInBuiltInComputePipeline() 416 wgpu::Texture srcTexture = local 525 wgpu::Texture srcTexture = CreateAndInitTexture( in DoColorConversionTest() local
|
D | TextureZeroInitTests.cpp | 377 wgpu::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 417 wgpu::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 474 wgpu::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 516 wgpu::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 558 wgpu::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 1202 wgpu::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 1979 wgpu::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 2028 wgpu::Texture srcTexture = device.CreateTexture(&srcDescriptor); in TEST_P() local 2079 wgpu::Texture srcTexture = device.CreateTexture(&textureDescriptor); in TEST_P() local
|
D | CompressedTextureFormatTests.cpp | 274 wgpu::Texture srcTexture, in RecordTextureToTextureCopy() 286 wgpu::Texture CreateTextureFromTexture(wgpu::Texture srcTexture, in CreateTextureFromTexture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | RenderbufferImpl.h | 116 const gl::Texture *srcTexture, in copyTextureSubData()
|
D | TextureImpl.cpp | 66 const gl::Texture *srcTexture, in copyTextureSubData()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | SRGBFramebufferTest.cpp | 267 GLTexture srcTexture; in TEST_P() local
|
D | CopyTextureTest.cpp | 1711 GLTexture srcTexture; in TEST_P() local 1731 GLTexture srcTexture; in TEST_P() local
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCommandList.cpp | 224 ID3D12Resource* srcTexture = src->d3dResource(); in copyTextureToTexture() local 506 const GrD3DTextureResource* srcTexture, in resolveSubresourceRegion()
|
/third_party/skia/experimental/graphite/src/ |
D | Device.cpp | 103 sk_sp<Texture> srcTexture = srcProxy->refTexture(); in onReadPixels() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
D | common.h | 96 static inline vec<T, 4> resolveTextureMS(texture2d_ms<T> srcTexture, uint2 coords) in resolveTextureMS()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 406 const TestTexture& srcTexture, in uploadTestTextureInternal() 494 const TestTexture& srcTexture, in uploadTestTextureInternalSparse() 572 const TestTexture& srcTexture, in uploadTestTexture() 620 const TestTexture& srcTexture, in uploadTestTextureSparse()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 478 Texture* srcTexture = ToBackend(src.texture.Get()); in CopyTextureToTextureWithBlit() local 803 Texture* srcTexture = ToBackend(src.texture.Get()); in Execute() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RenderbufferVk.cpp | 220 const gl::Texture *srcTexture, in copyTextureSubData()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Renderbuffer.cpp | 217 const gl::Texture *srcTexture, in copyTextureSubData()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | TextureNULL.cpp | 132 const gl::Texture *srcTexture, in copyTextureSubData()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.cpp | 589 wgpu::Texture srcTexture = get_dawn_texture_from_surface(src); in onCopySurface() local 634 wgpu::ImageCopyTexture srcTexture; in onReadPixels() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | CommandBufferVk.cpp | 100 const Texture* srcTexture = ToBackend(srcCopy.texture.Get()); in ComputeImageCopyRegion() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 495 Texture* srcTexture = ToBackend(src.texture.Get()); in Execute() local
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLProtectedContentTest.cpp | 591 GLuint srcTexture = 0; in textureFromImageTest() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | CopyCommandsValidationTests.cpp | 105 dawn::Texture srcTexture, in TestT2BCopy() 126 dawn::Texture srcTexture, in TestT2TCopy()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpu.cpp | 386 dawn::TextureCopyView srcTexture; in onReadPixels() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustResourceInitTest.cpp | 1483 GLTexture srcTexture; in TEST_P() local 1549 GLTexture srcTexture; in TEST_P() local
|