/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureTests.hpp | 99 static void SubImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei width,
|
H A D | gl4cSparseTexture2Tests.cpp | 1076 Texture::SubImage(gl, target, level, 0, 0, 0, width, height, depth, transferFormat.format, in writeDataToTexture() 1078 GLU_EXPECT_NO_ERROR(gl.getError(), "SubImage"); in writeDataToTexture() 1279 Texture::SubImage(gl, verifyTarget, 0, 0, 0, 0, width, height, depth, GL_RED, GL_UNSIGNED_BYTE, in verifyTextureData() 1281 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture::SubImage"); in verifyTextureData() 1902 Texture::SubImage(gl, verifyTarget, 0, 0, 0, 0, width, height, depth, GL_RED, GL_UNSIGNED_BYTE, in verifyTextureDataExtended() 1904 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture::SubImage"); in verifyTextureDataExtended() 2054 Texture::SubImage(gl, verifyTarget, 0, 0, 0, 0, width, height, depth, GL_RED, GL_UNSIGNED_BYTE, in verifyAtomicOperations() 2056 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture::SubImage"); in verifyAtomicOperations() 2914 Texture::SubImage(gl, verifyTarget, 0, 0, 0, 0, width, height, depth, GL_RED, GL_UNSIGNED_BYTE, in verifyLookupTextureData() 2916 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture::SubImage"); in verifyLookupTextureData() [all...] |
H A D | gl4cSparseTextureClampTests.cpp | 394 Texture::SubImage(gl, verifyTarget, 0, 0, 0, 0, width, height, 0, GL_RED, GL_UNSIGNED_BYTE, in verifyLookupTextureData() 396 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture::SubImage"); in verifyLookupTextureData() 916 Texture::SubImage(gl, verifyTarget, 0, 0, 0, 0, width, height, 0, GL_RED, GL_UNSIGNED_BYTE, in verifyLookupTextureData() 918 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture::SubImage"); in verifyLookupTextureData()
|
H A D | gl4cMultiBindTests.cpp | 363 static void SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y, 1280 void Texture::SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y, in SubImage() function in gl4cts::MultiBind::Texture 3783 Texture::SubImage(gl, target, 0 /* level */, 0 /* x */, 0 /* y */, 0 /* z */, width, height, depth, in iterate() 4041 Texture::SubImage(gl, target, 0 /* level */, 0 /* x */, 0 /* y */, 0 /* z */, width, height, depth, in iterate() 4261 Texture::SubImage(gl, GL_TEXTURE_2D, 0 /* level */, 0 /* x */, 0 /* y */, 0 /* z */, width, height, depth, in iterate()
|
H A D | gl4cBufferStorageTests.cpp | 331 static void SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y, 1531 void Texture::SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y, in SubImage() function in gl4cts::BufferStorage::Texture 2839 Texture::SubImage(gl, GL_TEXTURE_2D, 0 /* level */, 0 /* x */, 0 /* y */, 0 /* z */, width, height, 0 /* depth */, in iterate() 2867 Texture::SubImage(gl, GL_TEXTURE_2D, 0 /* level */, 0 /* x */, 0 /* y */, 0 /* z */, width, height, in iterate()
|
H A D | gl4cSparseTextureTests.cpp | 286 void Texture::SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y, in SubImage() function in gl4cts::Texture 1926 Texture::SubImage(gl, target, level, 0, 0, 0, width, height, depth, transferFormat.format, in writeDataToTexture() 1928 GLU_EXPECT_NO_ERROR(gl.getError(), "SubImage"); in writeDataToTexture()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 871 void Texture::SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y, in SubImage() function in glcts::RobustBufferAccessBehavior::Texture 1244 Texture::SubImage(gl, GL_TEXTURE_2D, 0 /* level */, 0 /* x */, 0 /* y */, 0 /* z */, width, height, 0 /* depth */, in cleanTexture() 1752 Texture::SubImage(gl, GL_TEXTURE_2D, 0 /* level */, 0 /* x */, 0 /* y */, 0 /* z */, width, height, in prepareTexture() 1766 Texture::SubImage(gl, GL_TEXTURE_2D, 0 /* level */, 0 /* x */, 0 /* y */, 0 /* z */, width, height, in prepareTexture() 1782 Texture::SubImage(gl, GL_TEXTURE_2D, 0 /* level */, 0 /* x */, 0 /* y */, 0 /* z */, width, height, in prepareTexture() 1793 Texture::SubImage(gl, GL_TEXTURE_2D, 1 /* level */, 0 /* x */, 0 /* y */, 0 /* z */, image_width, image_height, in prepareTexture()
|
H A D | glcRobustBufferAccessBehaviorTests.hpp | 235 static void SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y,
|
H A D | glcRobustnessTests.cpp | 559 Texture::SubImage(gl, GL_TEXTURE_2D, 0 /* level */, 0 /* x */, 0 /* y */, 0 /* z */, width, height, 0 /* depth */, in cleanTexture()
|