Searched refs:CopyTextureSubImage1DAndCheckErrors (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 5351 bool CopyTest::CopyTextureSubImage1DAndCheckErrors(glw::GLuint texture, glw::GLint level, glw::GLin… in CopyTextureSubImage1DAndCheckErrors() function in gl4cts::DirectStateAccess::Textures::CopyTest 5674 result &= CopyTextureSubImage1DAndCheckErrors(m_to_dst, 0, 0, 0, 0, s_texture_width / 2); in Test() 5675 …result &= CopyTextureSubImage1DAndCheckErrors(m_to_dst, 0, s_texture_width / 2, s_texture_width / … in Test()
|
H A D | gl4cDirectStateAccessTests.hpp | 5626 …bool CopyTextureSubImage1DAndCheckErrors(glw::GLuint texture, glw::GLint level, glw::GLint xoffset…
|