/external/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 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/ |
D | TextureImpl_mock.h | 59 MOCK_METHOD5(copyImage,
|
D | TextureImpl.h | 85 virtual angle::Result copyImage(const gl::Context *context,
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.h | 258 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,
|
D | TextureD3D.cpp | 1002 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 …]
|
D | RendererD3D.h | 293 virtual angle::Result copyImage(const gl::Context *context,
|
/external/angle/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
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Texture.h | 142 …void copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Frameb…
|
D | Texture.cpp | 498 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/ |
D | GrVkCommandBuffer.h | 226 void copyImage(const GrVkGpu* gpu,
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 242 void copyImage(const GrVkGpu* gpu,
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 112 …void copyImage(const Image *srcImage, VkImageLayout srcImageLayout, Image *dstImage, VkImageLayout…
|
/external/angle/src/libANGLE/renderer/metal/ |
D | TextureMtl.h | 64 angle::Result copyImage(const gl::Context *context,
|
/external/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.h | 103 angle::Result copyImage(const gl::Context *context,
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.h | 213 angle::Result copyImage(ContextVk *contextVk,
|
D | TextureVk.h | 73 angle::Result copyImage(const gl::Context *context,
|
D | SecondaryCommandBuffer.h | 516 void copyImage(const Image &srcImage, 969 ANGLE_INLINE void SecondaryCommandBuffer::copyImage(const Image &srcImage, in copyImage() function
|
D | TextureVk.cpp | 303 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()
|
D | vk_wrapper.h | 254 void copyImage(const Image &srcImage, 830 ANGLE_INLINE void CommandBuffer::copyImage(const Image &srcImage,
|
/external/angle/src/libANGLE/ |
D | Texture.h | 384 angle::Result copyImage(Context *context,
|
D | Texture.cpp | 1149 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/ |
D | Renderer9.h | 290 angle::Result copyImage(const gl::Context *context,
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.h | 265 angle::Result copyImage(const gl::Context *context,
|