/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.h | 221 …void copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height… 293 …void copyImage(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width,… 356 …void copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLint z, GLsizei width, GLsiz…
|
D | Texture.cpp | 621 void Texture2D::copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsi… in copyImage() function in es2::Texture2D 1305 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y,… in copyImage() function in es2::TextureCubeMap 1650 void Texture3D::copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLint z, GLsizei wi… in copyImage() function in es2::Texture3D
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VulkanSecondaryCommandBuffer.h | 99 void copyImage(const Image &srcImage, 336 ANGLE_INLINE void VulkanSecondaryCommandBuffer::copyImage(const Image &srcImage, in copyImage() function 344 CommandBuffer::copyImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, in copyImage()
|
D | UtilsVk.h | 263 angle::Result copyImage(ContextVk *contextVk,
|
D | SecondaryCommandBuffer.h | 574 void copyImage(const Image &srcImage, 1109 ANGLE_INLINE void SecondaryCommandBuffer::copyImage(const Image &srcImage, in copyImage() function
|
D | TextureVk.h | 73 angle::Result copyImage(const gl::Context *context,
|
D | TextureVk.cpp | 570 angle::Result TextureVk::copyImage(const gl::Context *context, in copyImage() function in rx::TextureVk 1198 ANGLE_TRY(utilsVk.copyImage(contextVk, mImage, destView, srcImage, srcView, params)); in copySubImageImplWithDraw() 1231 ANGLE_TRY(utilsVk.copyImage(contextVk, &stagingImage->get(), &stagingView, srcImage, in copySubImageImplWithDraw() 2091 commandBuffer->copyImage(srcImage->getImage(), srcImage->getCurrentLayout(), in copyAndStageImageData()
|
D | vk_wrapper.h | 254 void copyImage(const Image &srcImage, 839 ANGLE_INLINE void CommandBuffer::copyImage(const Image &srcImage,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | TextureImpl_mock.h | 59 MOCK_METHOD5(copyImage,
|
D | TextureImpl.h | 82 virtual angle::Result copyImage(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | TextureD3D.h | 266 angle::Result copyImage(const gl::Context *context, 398 angle::Result copyImage(const gl::Context *context, 531 angle::Result copyImage(const gl::Context *context, 661 angle::Result copyImage(const gl::Context *context, 789 angle::Result copyImage(const gl::Context *context,
|
D | TextureD3D.cpp | 1057 angle::Result TextureD3D_2D::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_2D 1213 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture() 1261 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture() 1811 angle::Result TextureD3D_Cube::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_Cube 1965 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture() 2015 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture() 2587 angle::Result TextureD3D_3D::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_3D 2688 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture() 2737 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture() 3283 angle::Result TextureD3D_2DArray::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_2DArray [all …]
|
D | RendererD3D.h | 299 virtual angle::Result copyImage(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | TextureNULL.h | 57 angle::Result copyImage(const gl::Context *context,
|
D | TextureNULL.cpp | 70 angle::Result TextureNULL::copyImage(const gl::Context *context, in copyImage() function in rx::TextureNULL
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 106 void copyImage(const VkCopyImageInfo2KHR ©ImageInfo);
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 246 void copyImage(const GrVkGpu* gpu,
|
D | GrVkCommandBuffer.cpp | 715 void GrVkPrimaryCommandBuffer::copyImage(const GrVkGpu* gpu, in copyImage() function in GrVkPrimaryCommandBuffer
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | TextureGL.h | 103 angle::Result copyImage(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | TextureMtl.h | 73 angle::Result copyImage(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.h | 270 angle::Result copyImage(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Texture.h | 407 angle::Result copyImage(Context *context,
|
D | Texture.cpp | 1307 angle::Result Texture::copyImage(Context *context, in copyImage() function in gl::Texture 1371 ANGLE_TRY(mTexture->copyImage(context, index, sourceArea, internalFormat, source)); in copyImage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.h | 228 angle::Result copyImage(const gl::Context *context,
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 1100 void copyImage (const glw::Functions& gl, in copyImage() function 2218 copyImage(gl, *dstImage, dstImageLevels, m_dstImageInfo, copy.dstLevel, copy.dstPos, in copyImageIter()
|