/external/swiftshader/src/OpenGL/libGL/ |
D | Texture.h | 90 …virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint… 136 …void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsi… 190 …virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint…
|
D | Texture.cpp | 450 void Texture2D::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLi… in copySubImage() function in gl::Texture2D 950 void TextureCubeMap::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x… in copySubImage() function in gl::TextureCubeMap
|
D | libGL.cpp | 1211 texture->copySubImage(target, level, xoffset, yoffset, x, y, width, height, framebuffer); in glCopyTexSubImage2D()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.h | 117 …virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,… 176 …virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,… 236 …virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,… 296 …void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x…
|
D | Texture.cpp | 777 void Texture2D::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in copySubImage() function in es2::Texture2D 1353 void TextureCubeMap::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint z… in copySubImage() function in es2::TextureCubeMap 1742 void Texture3D::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in copySubImage() function in es2::Texture3D
|
D | libGLESv2.cpp | 1148 texture->copySubImage(target, level, xoffset, yoffset, 0, x, y, width, height, framebuffer); in CopyTexSubImage2D() 6426 texture->copySubImage(target, level, xoffset, yoffset, zoffset, x, y, width, height, framebuffer); in CopyTexSubImage3DOES()
|
D | libGLESv3.cpp | 794 texture->copySubImage(target, level, xoffset, yoffset, zoffset, x, y, width, height, framebuffer); in glCopyTexSubImage3D()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Texture.h | 100 …virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint… 151 …void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsi…
|
D | Texture.cpp | 589 void Texture2D::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLi… in copySubImage() function in es1::Texture2D
|
D | libGLES_CM.cpp | 1031 texture->copySubImage(target, level, xoffset, yoffset, x, y, width, height, framebuffer); in CopyTexSubImage2D()
|