Searched defs:subImage (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Texture.cpp | 362 void Texture::subImage(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, … in subImage() function in es2::Texture 611 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, … in subImage() function in es2::Texture2D 1079 void TextureCubeMap::subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wid… in subImage() function in es2::TextureCubeMap 1640 void Texture3D::subImage(GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, G… in subImage() function in es2::Texture3D
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcTextureFilterAnisotropicTests.cpp | 143 void subImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei w… in subImage() function
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | TextureD3D.cpp | 272 angle::Result TextureD3D::subImage(const gl::Context *context, in subImage() function in rx::TextureD3D
|