Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrPipeline.cpp117 GrTexture* dstTexture = this->peekDstTexture(); in setDstTextureUniforms() local
/external/skia/src/gpu/ganesh/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.cpp231 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onBindTextures() local
/external/skia/src/gpu/graphite/mtl/
DMtlBlitCommandEncoder.h87 id<MTLTexture> dstTexture, in copyTextureToTexture()
/external/angle/src/tests/gl_tests/
DSRGBFramebufferTest.cpp258 GLTexture dstTexture; in TEST_P() local
DCopyTextureTest.cpp1946 GLTexture dstTexture; in TEST_P() local
1968 GLTexture dstTexture; in TEST_P() local
/external/skia/src/gpu/ganesh/dawn/
DGrDawnGpu.cpp403 wgpu::ImageCopyTexture dstTexture; in uploadTextureData() local
459 wgpu::ImageCopyTexture dstTexture; in onClearBackendTexture() local
654 wgpu::Texture dstTexture = get_dawn_texture_from_surface(dst); in onCopySurface() local
757 wgpu::Texture dstTexture = fDevice.CreateTexture(&texDesc); in onRegenerateMipMapLevels() local
DGrDawnProgramBuilder.cpp532 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setTextures() local
/external/skia/src/gpu/ganesh/gl/
DGrGLProgram.cpp135 GrTexture* dstTexture = pipeline.peekDstTexture(); in bindTextures() local
/external/skia/src/gpu/ganesh/vk/
DGrVkPipelineState.cpp137 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in setAndBindTextures() local
DGrVkOpsRenderPass.cpp704 if (GrTexture* dstTexture = pipeline.peekDstTexture()) { in onBindTextures() local
/external/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp315 const VulkanTexture* dstTexture = static_cast<const VulkanTexture*>(texture); in onCopyBufferToTexture() local
/external/angle/src/tests/egl_tests/
DEGLProtectedContentTest.cpp630 GLuint dstTexture = 0; in textureFromImageTest() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp558 const TextureHelper11 *dstTexture = nullptr; in updateSubresourceLevel() local
605 const TextureHelper11 &dstTexture, in copySubresourceLevel()
/external/angle/src/libANGLE/
DvalidationES.cpp3770 gl::Texture *dstTexture = context->getTexture({dstName}); in ValidateCopyImageSubDataBase() local