/external/swiftshader/src/OpenGL/libGL/ |
D | Texture.cpp | 413 void Texture2D::copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei heig… in copyImage() function in gl::Texture2D 897 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei… in copyImage() function in gl::TextureCubeMap
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.cpp | 610 void Texture2D::copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsi… in copyImage() function in es2::Texture2D 1241 void TextureCubeMap::copyImage(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y,… in copyImage() function in es2::TextureCubeMap 1572 void Texture3D::copyImage(GLint level, GLenum internalformat, GLint x, GLint y, GLint z, GLsizei wi… in copyImage() function in es2::Texture3D
|
/external/libvncserver/webclients/novnc/include/ |
D | display.js | 333 copyImage: function (old_x, old_y, new_x, new_y, w, h) { method in Display
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Texture.cpp | 496 void Texture2D::copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei heig… in copyImage() function in es1::Texture2D
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 575 void GrVkPrimaryCommandBuffer::copyImage(const GrVkGpu* gpu, in copyImage() function in GrVkPrimaryCommandBuffer
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 575 void GrVkPrimaryCommandBuffer::copyImage(const GrVkGpu* gpu, in copyImage() function in GrVkPrimaryCommandBuffer
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 1100 void copyImage (const glw::Functions& gl, in copyImage() function
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 26325 …VULKAN_HPP_INLINE void CommandBuffer::copyImage( Image srcImage, ImageLayout srcImageLayout, Image… in copyImage() function in VULKAN_HPP_NAMESPACE::CommandBuffer 26330 …VULKAN_HPP_INLINE void CommandBuffer::copyImage( Image srcImage, ImageLayout srcImageLayout, Image… in copyImage() function in VULKAN_HPP_NAMESPACE::CommandBuffer
|