Home
last modified time | relevance | path

Searched defs:srcTexture (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DVideoViewsValidationTests.cpp120 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
DCopyTextureForBrowserTests.cpp46 wgpu::Texture srcTexture, in TestCopyTextureForBrowser()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DTextureZeroInitTests.cpp223 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/
DCopyTextureForBrowserTests.cpp320 wgpu::Texture srcTexture, in RunCopyExternalImageToTexture()
334 wgpu::Texture srcTexture, in CheckResultInBuiltInComputePipeline()
416 wgpu::Texture srcTexture = local
525 wgpu::Texture srcTexture = CreateAndInitTexture( in DoColorConversionTest() local
DTextureZeroInitTests.cpp377 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
DCompressedTextureFormatTests.cpp274 wgpu::Texture srcTexture, in RecordTextureToTextureCopy()
286 wgpu::Texture CreateTextureFromTexture(wgpu::Texture srcTexture, in CreateTextureFromTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderbufferImpl.h116 const gl::Texture *srcTexture, in copyTextureSubData()
DTextureImpl.cpp66 const gl::Texture *srcTexture, in copyTextureSubData()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSRGBFramebufferTest.cpp267 GLTexture srcTexture; in TEST_P() local
DCopyTextureTest.cpp1711 GLTexture srcTexture; in TEST_P() local
1731 GLTexture srcTexture; in TEST_P() local
/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp224 ID3D12Resource* srcTexture = src->d3dResource(); in copyTextureToTexture() local
506 const GrD3DTextureResource* srcTexture, in resolveSubresourceRegion()
/third_party/skia/experimental/graphite/src/
DDevice.cpp103 sk_sp<Texture> srcTexture = srcProxy->refTexture(); in onReadPixels() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dcommon.h96 static inline vec<T, 4> resolveTextureMS(texture2d_ms<T> srcTexture, uint2 coords) in resolveTextureMS()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp406 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/
DCommandBufferGL.cpp478 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/
DRenderbufferVk.cpp220 const gl::Texture *srcTexture, in copyTextureSubData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.cpp217 const gl::Texture *srcTexture, in copyTextureSubData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTextureNULL.cpp132 const gl::Texture *srcTexture, in copyTextureSubData()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp589 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/
DCommandBufferVk.cpp100 const Texture* srcTexture = ToBackend(srcCopy.texture.Get()); in ComputeImageCopyRegion() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp495 Texture* srcTexture = ToBackend(src.texture.Get()); in Execute() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLProtectedContentTest.cpp591 GLuint srcTexture = 0; in textureFromImageTest() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DCopyCommandsValidationTests.cpp105 dawn::Texture srcTexture, in TestT2BCopy()
126 dawn::Texture srcTexture, in TestT2TCopy()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.cpp386 dawn::TextureCopyView srcTexture; in onReadPixels() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustResourceInitTest.cpp1483 GLTexture srcTexture; in TEST_P() local
1549 GLTexture srcTexture; in TEST_P() local

12