/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | VideoViewsValidationTests.cpp | 123 wgpu::Texture dstTexture = CreateVideoTextureForTest( in TEST_F() local 142 wgpu::Texture dstTexture = CreateVideoTextureForTest( in TEST_F() local 230 wgpu::Texture dstTexture = CreateVideoTextureForTest( in TEST_F() local 251 wgpu::Texture dstTexture = CreateVideoTextureForTest( in TEST_F() local
|
D | CopyTextureForBrowserTests.cpp | 49 wgpu::Texture dstTexture, in TestCopyTextureForBrowser()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | CopyTextureForBrowserTests.cpp | 322 wgpu::Texture dstTexture, in RunCopyExternalImageToTexture() 336 wgpu::Texture dstTexture, in CheckResultInBuiltInComputePipeline() 428 wgpu::Texture dstTexture; local 530 wgpu::Texture dstTexture = CreateTexture( in DoColorConversionTest() local
|
D | TextureZeroInitTests.cpp | 387 wgpu::Texture dstTexture = device.CreateTexture(&dstDescriptor); in TEST_P() local 443 wgpu::Texture dstTexture = device.CreateTexture(&dstDescriptor); in TEST_P() local 2001 wgpu::Texture dstTexture = device.CreateTexture(&dstDescriptor); in TEST_P() local 2050 wgpu::Texture dstTexture = device.CreateTexture(&dstDescriptor); in TEST_P() local
|
D | CompressedTextureFormatTests.cpp | 275 wgpu::Texture dstTexture, in RecordTextureToTextureCopy() 289 wgpu::Texture dstTexture = device.CreateTexture(&dstConfig.textureDescriptor); in CreateTextureFromTexture() local
|
/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSLXferProcessor.cpp | 124 const GrTexture* dstTexture, const SkIPoint& dstTextureOffset) { in setData()
|
D | GrGLSLProgramBuilder.cpp | 247 if (GrTexture* dstTexture = fPipeline.peekDstTexture()) { in emitAndInstallXferProc() local
|
/third_party/skia/src/gpu/ |
D | GrPipeline.cpp | 115 GrTexture* dstTexture = this->peekDstTexture(); in setDstTextureUniforms() local
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCommandList.cpp | 160 const GrD3DTextureResource* dstTexture, in copyBufferToTexture() 223 ID3D12Resource* dstTexture = dst->d3dResource(); in copyTextureToTexture() local 504 void GrD3DDirectCommandList::resolveSubresourceRegion(const GrD3DTextureResource* dstTexture, in resolveSubresourceRegion()
|
D | GrD3DPipelineState.cpp | 113 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setAndBindTextures() local
|
D | GrD3DOpsRenderPass.cpp | 232 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onBindTextures() local
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLProgram.cpp | 99 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); in updateUniformsAndTextureBindings() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | SRGBFramebufferTest.cpp | 258 GLTexture dstTexture; in TEST_P() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | TextureZeroInitTests.cpp | 233 dawn::Texture dstTexture = device.CreateTexture(&dstDescriptor); in TEST_P() local 284 dawn::Texture dstTexture = device.CreateTexture(&dstDescriptor); in TEST_P() local
|
/third_party/skia/src/gpu/gl/ |
D | GrGLProgram.cpp | 135 GrTexture* dstTexture = pipeline.peekDstTexture(); in bindTextures() local
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.cpp | 373 wgpu::ImageCopyTexture dstTexture; in uploadTextureData() local 429 wgpu::ImageCopyTexture dstTexture; in onClearBackendTexture() local 590 wgpu::Texture dstTexture = get_dawn_texture_from_surface(dst); in onCopySurface() local 690 wgpu::Texture dstTexture = fDevice.CreateTexture(&texDesc); in onRegenerateMipMapLevels() local
|
D | GrDawnProgramBuilder.cpp | 537 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setTextures() local
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnTexture.cpp | 190 dawn::TextureCopyView dstTexture; in upload() local
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipelineState.cpp | 136 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setAndBindTextures() local
|
D | GrVkOpsRenderPass.cpp | 698 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onBindTextures() local
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkPipelineState.cpp | 139 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); in setAndBindUniforms() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 479 Texture* dstTexture = ToBackend(dst.texture.Get()); in CopyTextureToTextureWithBlit() local 804 Texture* dstTexture = ToBackend(dst.texture.Get()); in Execute() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | CommandBufferVk.cpp | 101 const Texture* dstTexture = ToBackend(dstCopy.texture.Get()); in ComputeImageCopyRegion() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 496 Texture* dstTexture = ToBackend(dst.texture.Get()); in Execute() local
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLProtectedContentTest.cpp | 607 GLuint dstTexture = 0; in textureFromImageTest() local
|