Home
last modified time | relevance | path

Searched defs:dstTexture (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DVideoViewsValidationTests.cpp123 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
DCopyTextureForBrowserTests.cpp49 wgpu::Texture dstTexture, in TestCopyTextureForBrowser()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTextureForBrowserTests.cpp322 wgpu::Texture dstTexture, in RunCopyExternalImageToTexture()
336 wgpu::Texture dstTexture, in CheckResultInBuiltInComputePipeline()
428 wgpu::Texture dstTexture; local
530 wgpu::Texture dstTexture = CreateTexture( in DoColorConversionTest() local
DTextureZeroInitTests.cpp387 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
DCompressedTextureFormatTests.cpp275 wgpu::Texture dstTexture, in RecordTextureToTextureCopy()
289 wgpu::Texture dstTexture = device.CreateTexture(&dstConfig.textureDescriptor); in CreateTextureFromTexture() local
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLXferProcessor.cpp124 const GrTexture* dstTexture, const SkIPoint& dstTextureOffset) { in setData()
DGrGLSLProgramBuilder.cpp247 if (GrTexture* dstTexture = fPipeline.peekDstTexture()) { in emitAndInstallXferProc() local
/third_party/skia/src/gpu/
DGrPipeline.cpp115 GrTexture* dstTexture = this->peekDstTexture(); in setDstTextureUniforms() local
/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.cpp160 const GrD3DTextureResource* dstTexture, in copyBufferToTexture()
223 ID3D12Resource* dstTexture = dst->d3dResource(); in copyTextureToTexture() local
504 void GrD3DDirectCommandList::resolveSubresourceRegion(const GrD3DTextureResource* dstTexture, in resolveSubresourceRegion()
DGrD3DPipelineState.cpp113 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setAndBindTextures() local
DGrD3DOpsRenderPass.cpp232 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onBindTextures() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLProgram.cpp99 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); in updateUniformsAndTextureBindings() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSRGBFramebufferTest.cpp258 GLTexture dstTexture; in TEST_P() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DTextureZeroInitTests.cpp233 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/
DGrGLProgram.cpp135 GrTexture* dstTexture = pipeline.peekDstTexture(); in bindTextures() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp373 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
DGrDawnProgramBuilder.cpp537 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setTextures() local
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnTexture.cpp190 dawn::TextureCopyView dstTexture; in upload() local
/third_party/skia/src/gpu/vk/
DGrVkPipelineState.cpp136 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setAndBindTextures() local
DGrVkOpsRenderPass.cpp698 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onBindTextures() local
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipelineState.cpp139 GrTexture* dstTexture = pipeline.peekDstTexture(&offset); in setAndBindUniforms() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp479 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/
DCommandBufferVk.cpp101 const Texture* dstTexture = ToBackend(dstCopy.texture.Get()); in ComputeImageCopyRegion() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp496 Texture* dstTexture = ToBackend(dst.texture.Get()); in Execute() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLProtectedContentTest.cpp607 GLuint dstTexture = 0; in textureFromImageTest() local

12