Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
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 …]
DImage11.cpp375 const gl::Rectangle &sourceArea, in copyFromFramebuffer()
453 const gl::Box &sourceArea, in copyWithoutConversion()
DFramebuffer11.cpp277 const gl::Rectangle &sourceArea, in blitImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp52 void StretchedBlitNearest_RowByRow(const gl::Box &sourceArea, in StretchedBlitNearest_RowByRow()
83 void StretchedBlitNearest_PixelByPixel(const gl::Box &sourceArea, in StretchedBlitNearest_PixelByPixel()
129 void StretchedBlitNearest(const gl::Box &sourceArea, in StretchedBlitNearest()
211 void CopyDepthStencil(const gl::Box &sourceArea, in CopyDepthStencil()
260 void BlitD24S8ToD32F(const gl::Box &sourceArea, in BlitD24S8ToD32F()
298 void BlitD32FS8ToD32F(const gl::Box &sourceArea, in BlitD32FS8ToD32F()
357 inline void GenerateVertexCoords(const gl::Box &sourceArea, in GenerateVertexCoords()
381 void Write2DVertices(const gl::Box &sourceArea, in Write2DVertices()
407 void Write3DVertices(const gl::Box &sourceArea, in Write3DVertices()
910 const gl::Box &sourceArea, in copyTexture()
[all …]
DImage11.cpp373 const gl::Rectangle &sourceArea, in copyFromFramebuffer()
451 const gl::Box &sourceArea, in copyWithoutConversion()
DFramebuffer11.cpp276 const gl::Rectangle &sourceArea, in blitImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBlitGL.cpp269 const gl::Rectangle &sourceArea, in copyImageToLUMAWorkaroundTexture()
299 const gl::Rectangle &sourceArea, in copySubImageToLUMAWorkaroundTexture()
406 gl::Rectangle sourceArea = sourceAreaIn.removeReversal(); in blitColorBufferWithShader() local
510 const gl::Rectangle &sourceArea, in copySubTexture()
624 const gl::Rectangle &sourceArea, in copySubTextureCPUReadback()
755 const gl::Rectangle &sourceArea, in copyTexSubImage()
DFramebufferGL.cpp53 const gl::Rectangle &sourceArea, in GetBlitFramebufferBounds()
554 const gl::Rectangle &sourceArea, in blit()
669 const gl::Rectangle &sourceArea, in adjustSrcDstRegion()
934 const gl::Rectangle &sourceArea, in clipSrcRegion()
DTextureGL.cpp575 const gl::Rectangle &sourceArea, in copyImage()
702 const gl::Rectangle &sourceArea, in copySubImage()
771 gl::Rectangle sourceArea(0, 0, sourceImageDesc.size.width, sourceImageDesc.size.height); in copyTexture() local
805 const gl::Rectangle &sourceArea, in copySubTextureHelper()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBlitGL.cpp273 const gl::Rectangle &sourceArea, in copyImageToLUMAWorkaroundTexture()
303 const gl::Rectangle &sourceArea, in copySubImageToLUMAWorkaroundTexture()
456 gl::Rectangle sourceArea = sourceAreaIn.removeReversal(); in blitColorBufferWithShader() local
568 const gl::Rectangle &sourceArea, in copySubTexture()
685 const gl::Rectangle &sourceArea, in copySubTextureCPUReadback()
828 const gl::Rectangle &sourceArea, in copyTexSubImage()
DFramebufferGL.cpp54 const gl::Rectangle &sourceArea, in GetBlitFramebufferBounds()
742 const gl::Rectangle &sourceArea, in blit()
871 const gl::Rectangle &sourceArea, in adjustSrcDstRegion()
1136 const gl::Rectangle &sourceArea, in clipSrcRegion()
DTextureGL.cpp656 const gl::Rectangle &sourceArea, in copyImage()
803 const gl::Rectangle &sourceArea, in copySubImage()
896 gl::Rectangle sourceArea(0, 0, sourceImageDesc.size.width, sourceImageDesc.size.height); in copyTexture() local
931 const gl::Rectangle &sourceArea, in copySubTextureHelper()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp296 const gl::Rectangle &sourceArea, in copyImage()
315 const gl::Rectangle &sourceArea, in copySubImage()
337 gl::Rectangle sourceArea(0, 0, sourceImageDesc.size.width, sourceImageDesc.size.height); in copyTexture() local
396 const gl::Rectangle &sourceArea, in copySubImageImpl()
466 const gl::Rectangle &sourceArea, in copySubTextureImpl()
556 const gl::Rectangle &sourceArea, in copySubImageImplWithTransfer()
655 const gl::Rectangle &sourceArea, in copySubImageImplWithDraw()
988 const gl::Rectangle &sourceArea, in copyImageDataToBuffer()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTextureNULL.cpp71 const gl::Rectangle &sourceArea, in copyImage()
81 const gl::Rectangle &sourceArea, in copySubImage()
DFramebufferNULL.cpp174 const gl::Rectangle &sourceArea, in blit()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp557 const gl::Rectangle &sourceArea, in copyFromRTInternal()
776 gl::Rectangle sourceArea(0, 0, mWidth, mHeight); in copyFromTexStorage() local
782 const gl::Rectangle &sourceArea, in copyFromFramebuffer()
DFramebuffer9.cpp217 const gl::Rectangle &sourceArea, in blitImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp555 const gl::Rectangle &sourceArea, in copyFromRTInternal()
774 gl::Rectangle sourceArea(0, 0, mWidth, mHeight); in copyFromTexStorage() local
780 const gl::Rectangle &sourceArea, in copyFromFramebuffer()
DFramebuffer9.cpp216 const gl::Rectangle &sourceArea, in blitImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTextureNULL.cpp72 const gl::Rectangle &sourceArea, in copyImage()
82 const gl::Rectangle &sourceArea, in copySubImage()
DFramebufferNULL.cpp146 const gl::Rectangle &sourceArea, in blit()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp238 const gl::Rectangle &sourceArea, in blit()
DTextureD3D.cpp1059 const gl::Rectangle &sourceArea, in copyImage()
1123 const gl::Rectangle &sourceArea, in copySubImage()
1813 const gl::Rectangle &sourceArea, in copyImage()
1879 const gl::Rectangle &sourceArea, in copySubImage()
2589 const gl::Rectangle &sourceArea, in copyImage()
2600 const gl::Rectangle &sourceArea, in copySubImage()
3285 const gl::Rectangle &sourceArea, in copyImage()
3296 const gl::Rectangle &sourceArea, in copySubImage()
3917 const gl::Rectangle &sourceArea, in copyImage()
3928 const gl::Rectangle &sourceArea, in copySubImage()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp975 const gl::Rectangle &sourceArea, in copyImage()
1040 const gl::Rectangle &sourceArea, in copySubImage()
1725 const gl::Rectangle &sourceArea, in copyImage()
1792 const gl::Rectangle &sourceArea, in copySubImage()
2497 const gl::Rectangle &sourceArea, in copyImage()
2508 const gl::Rectangle &sourceArea, in copySubImage()
3189 const gl::Rectangle &sourceArea, in copyImage()
3200 const gl::Rectangle &sourceArea, in copySubImage()
3819 const gl::Rectangle &sourceArea, in copyImage()
3830 const gl::Rectangle &sourceArea, in copySubImage()
DFramebufferD3D.cpp278 const gl::Rectangle &sourceArea, in blit()

12