Home
last modified time | relevance | path

Searched refs:copyImage (Results 1 – 25 of 67) sorted by relevance

123

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h221 …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…
DTexture.cpp621 void Texture2D::copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsi… in copyImage() function in es2::Texture2D
1295 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y,… in copyImage() function in es2::TextureCubeMap
1640 void Texture3D::copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLint z, GLsizei wi… in copyImage() function in es2::Texture3D
/external/angle/src/libANGLE/renderer/
DTextureImpl_mock.h59 MOCK_METHOD5(copyImage,
DTextureImpl.h85 virtual angle::Result copyImage(const gl::Context *context,
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.h258 angle::Result copyImage(const gl::Context *context,
390 angle::Result copyImage(const gl::Context *context,
523 angle::Result copyImage(const gl::Context *context,
653 angle::Result copyImage(const gl::Context *context,
781 angle::Result copyImage(const gl::Context *context,
DTextureD3D.cpp1002 angle::Result TextureD3D_2D::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_2D
1159 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture()
1207 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture()
1755 angle::Result TextureD3D_Cube::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_Cube
1910 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture()
1960 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture()
2530 angle::Result TextureD3D_3D::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_3D
2631 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copyTexture()
2680 ANGLE_TRY(mRenderer->copyImage(context, destImage, sourceImage, sourceBox, destOffset, in copySubTexture()
3226 angle::Result TextureD3D_2DArray::copyImage(const gl::Context *context, in copyImage() function in rx::TextureD3D_2DArray
[all …]
DRendererD3D.h293 virtual angle::Result copyImage(const gl::Context *context,
/external/angle/src/libANGLE/renderer/null/
DTextureNULL.h57 angle::Result copyImage(const gl::Context *context,
DTextureNULL.cpp70 angle::Result TextureNULL::copyImage(const gl::Context *context, in copyImage() function in rx::TextureNULL
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h142 …void copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Frameb…
DTexture.cpp498 void Texture2D::copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei heig… in copyImage() function in es1::Texture2D
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h226 void copyImage(const GrVkGpu* gpu,
/external/skqp/src/gpu/vk/
DGrVkCommandBuffer.h242 void copyImage(const GrVkGpu* gpu,
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp112 …void copyImage(const Image *srcImage, VkImageLayout srcImageLayout, Image *dstImage, VkImageLayout…
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.h64 angle::Result copyImage(const gl::Context *context,
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.h103 angle::Result copyImage(const gl::Context *context,
/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.h213 angle::Result copyImage(ContextVk *contextVk,
DTextureVk.h73 angle::Result copyImage(const gl::Context *context,
DSecondaryCommandBuffer.h516 void copyImage(const Image &srcImage,
969 ANGLE_INLINE void SecondaryCommandBuffer::copyImage(const Image &srcImage, in copyImage() function
DTextureVk.cpp303 angle::Result TextureVk::copyImage(const gl::Context *context, in copyImage() function in rx::TextureVk
694 ANGLE_TRY(utilsVk.copyImage(contextVk, mImage, destView, srcImage, srcView, params)); in copySubImageImplWithDraw()
724 ANGLE_TRY(utilsVk.copyImage(contextVk, stagingImage.get(), &stagingView, srcImage, in copySubImageImplWithDraw()
Dvk_wrapper.h254 void copyImage(const Image &srcImage,
830 ANGLE_INLINE void CommandBuffer::copyImage(const Image &srcImage,
/external/angle/src/libANGLE/
DTexture.h384 angle::Result copyImage(Context *context,
DTexture.cpp1149 angle::Result Texture::copyImage(Context *context, in copyImage() function in gl::Texture
1202 ANGLE_TRY(mTexture->copyImage(context, index, sourceArea, internalFormat, source)); in copyImage()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.h290 angle::Result copyImage(const gl::Context *context,
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h265 angle::Result copyImage(const gl::Context *context,

123