Searched refs:colorReadRT (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/metal/ |
D | TextureMtl.mm | 954 RenderTargetMtl colorReadRT; 961 colorReadRT.duplicateFrom(*srcReadRT); 974 srcFramebufferMtl, &colorReadRT); 985 RenderTargetMtl *colorReadRT = srcFramebufferMtl->getColorReadRenderTarget(context); 987 srcFramebufferMtl, colorReadRT); 1939 const RenderTargetMtl *colorReadRT) 1941 if (!colorReadRT || !colorReadRT->getTexture()) 1947 gl::Extents fbSize = colorReadRT->getTexture()->size(colorReadRT->getLevelIndex()); 1966 internalFormat, source, colorReadRT); 1971 internalFormat, source, colorReadRT); [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 723 RenderTargetVk *colorReadRT = framebufferVk->getColorReadRenderTarget(); in copySubImageImpl() local 725 const vk::Format &srcFormat = colorReadRT->getImageFormat(); in copySubImageImpl() 726 VkImageTiling srcTilingMode = colorReadRT->getImageForCopy().getTilingMode(); in copySubImageImpl() 732 gl::Box clippedSourceBox(clippedSourceArea.x, clippedSourceArea.y, colorReadRT->getLayerIndex(), in copySubImageImpl() 740 destFormat, colorReadRT->getLevelIndex(), in copySubImageImpl() 741 colorReadRT->getLayerIndex(), clippedSourceBox, in copySubImageImpl() 742 &colorReadRT->getImageForCopy()); in copySubImageImpl() 755 ANGLE_TRY(colorReadRT->getAndRetainCopyImageView(contextVk, ©ImageView)); in copySubImageImpl() 758 colorReadRT->getLevelIndex(), clippedSourceBox, in copySubImageImpl() 760 &colorReadRT->getImageForCopy(), copyImageView, in copySubImageImpl()
|