Home
last modified time | relevance | path

Searched defs:sourceArea (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp52 void StretchedBlitNearest_RowByRow(const gl::Box &sourceArea, in StretchedBlitNearest_RowByRow()
84 void StretchedBlitNearest_PixelByPixel(const gl::Box &sourceArea, in StretchedBlitNearest_PixelByPixel()
130 void StretchedBlitNearest(const gl::Box &sourceArea, in StretchedBlitNearest()
215 void CopyDepthStencil(const gl::Box &sourceArea, in CopyDepthStencil()
264 void BlitD24S8ToD32F(const gl::Box &sourceArea, in BlitD24S8ToD32F()
302 void BlitD32FS8ToD32F(const gl::Box &sourceArea, in BlitD32FS8ToD32F()
361 inline void GenerateVertexCoords(const gl::Box &sourceArea, in GenerateVertexCoords()
385 void Write2DVertices(const gl::Box &sourceArea, in Write2DVertices()
411 void Write3DVertices(const gl::Box &sourceArea, in Write3DVertices()
914 const gl::Box &sourceArea, in copyTexture()
[all …]
H A DImage11.cpp376 const gl::Rectangle &sourceArea, in copyFromFramebuffer()
457 const gl::Box &sourceArea, in copyWithoutConversion()
H A DFramebuffer11.cpp300 const gl::Rectangle &sourceArea, in blitImpl()
H A DRenderer11.cpp2504 gl::Box sourceArea(sourceRect.x, sourceRect.y, 0, sourceRect.width, sourceRect.height, 1); in copyImageInternal() local
2780 gl::Box sourceArea(sourceBox.x, sourceBox.y, sourceBox.z, sourceBox.width, sourceBox.height, in copyTexture() local
3429 const gl::Rectangle &sourceArea, in readFromAttachment()
H A DTextureStorage11.cpp805 gl::Box sourceArea(0, 0, 0, source->getWidth(), source->getHeight(), source->getDepth()); in generateMipmap() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DBlitGL.cpp319 const gl::Rectangle &sourceArea, in copyImageToLUMAWorkaroundTexture()
355 const gl::Rectangle &sourceArea, in copySubImageToLUMAWorkaroundTexture()
515 gl::Rectangle sourceArea = sourceAreaIn.removeReversal(); in blitColorBufferWithShader() local
628 const gl::Rectangle &sourceArea, in copySubTexture()
749 const gl::Rectangle &sourceArea, in copySubTextureCPUReadback()
894 const gl::Rectangle &sourceArea, in copyTexSubImage()
H A DFramebufferGL.cpp54 const gl::Rectangle &sourceArea, in GetBlitFramebufferBounds()
805 const gl::Rectangle &sourceArea, in blit()
934 const gl::Rectangle &sourceArea, in adjustSrcDstRegion()
1199 const gl::Rectangle &sourceArea, in clipSrcRegion()
H A DTextureGL.cpp697 const gl::Rectangle &sourceArea, in copyImage()
876 const gl::Rectangle &sourceArea, in copySubImage()
970 gl::Rectangle sourceArea(0, 0, sourceImageDesc.size.width, sourceImageDesc.size.height); in copyTexture() local
1005 const gl::Rectangle &sourceArea, in copySubTextureHelper()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp1118 const gl::Rectangle &sourceArea, in copyImage()
1183 const gl::Rectangle &sourceArea, in copySubImage()
1888 const gl::Rectangle &sourceArea, in copyImage()
1955 const gl::Rectangle &sourceArea, in copySubImage()
2681 const gl::Rectangle &sourceArea, in copyImage()
2692 const gl::Rectangle &sourceArea, in copySubImage()
3390 const gl::Rectangle &sourceArea, in copyImage()
3401 const gl::Rectangle &sourceArea, in copySubImage()
4037 const gl::Rectangle &sourceArea, in copyImage()
4048 const gl::Rectangle &sourceArea, in copySubImage()
[all …]
H A DFramebufferD3D.cpp238 const gl::Rectangle &sourceArea, in blit()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp559 const gl::Rectangle &sourceArea, in copyFromRTInternal()
948 gl::Rectangle sourceArea(0, 0, mWidth, mHeight); in copyFromTexStorage() local
954 const gl::Rectangle &sourceArea, in copyFromFramebuffer()
H A DFramebuffer9.cpp217 const gl::Rectangle &sourceArea, in blitImpl()
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DTextureNULL.cpp72 const gl::Rectangle &sourceArea, in copyImage()
82 const gl::Rectangle &sourceArea, in copySubImage()
H A DFramebufferNULL.cpp146 const gl::Rectangle &sourceArea, in blit()
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DTextureWgpu.cpp148 const gl::Rectangle &sourceArea, in copyImage()
158 const gl::Rectangle &sourceArea, in copySubImage()
H A DFramebufferWgpu.cpp295 const gl::Rectangle &sourceArea, in blit()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp1159 const gl::Rectangle &sourceArea, in copyImage()
1204 const gl::Rectangle &sourceArea, in copySubImage()
1365 const gl::Rectangle &sourceArea, in copySubImageImpl()
2418 const gl::Box &sourceArea, in copyImageDataToBufferAndGetData()
2456 const gl::Box &sourceArea, in copyBufferDataToImage()
H A DFramebufferVk.cpp183 void AdjustBlitResolveParametersForResolve(const gl::Rectangle &sourceArea, in AdjustBlitResolveParametersForResolve()
1043 const gl::Rectangle &sourceArea, in blitWithCommand()
1166 gl::Rectangle sourceArea = sourceAreaIn; in blit() local
H A Dvk_helpers.cpp9426 const gl::Rectangle &sourceArea, in stageSubresourceUpdateFromFramebuffer()
10773 const gl::Box &sourceArea, in copyImageDataToBuffer()
10839 const gl::Box &sourceArea, in copySurfaceImageToBuffer()
10891 const gl::Box &sourceArea, in copyBufferToSurfaceImage()
H A DSurfaceVk.cpp308 gl::Box sourceArea(0, 0, 0, width, height, 1); in LockSurfaceImpl() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DTexture.cpp1450 const Rectangle &sourceArea, in copyImage()
1528 const Rectangle &sourceArea, in copySubImage()
H A DFramebuffer.cpp1826 const Rectangle &sourceArea, in blit()
H A DContext.cpp4998 Rectangle sourceArea(x, y, width, height); in copyTexImage2D() local
5023 Rectangle sourceArea(x, y, width, height); in copyTexSubImage2D() local
5050 Rectangle sourceArea(x, y, width, height); in copyTexSubImage3D() local