Home
last modified time | relevance | path

Searched refs:copySubImage (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
DTexture.h90 …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…
DTexture.cpp450 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
DlibGL.cpp1211 texture->copySubImage(target, level, xoffset, yoffset, x, y, width, height, framebuffer); in glCopyTexSubImage2D()
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h117 …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…
DTexture.cpp777 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
DlibGLESv2.cpp1148 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()
DlibGLESv3.cpp794 texture->copySubImage(target, level, xoffset, yoffset, zoffset, x, y, width, height, framebuffer); in glCopyTexSubImage3D()
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h100 …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…
DTexture.cpp589 void Texture2D::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLi… in copySubImage() function in es1::Texture2D
DlibGLES_CM.cpp1031 texture->copySubImage(target, level, xoffset, yoffset, x, y, width, height, framebuffer); in CopyTexSubImage2D()