Searched refs:m_to_1D_dst (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 11379 , m_to_1D_dst(0) in CopyErrorsTest() 11513 gl.createTextures(GL_TEXTURE_1D, 1, &m_to_1D_dst); in Prepare() 11516 gl.textureStorage1D(m_to_1D_dst, 1, s_internalformat, s_width); in Prepare() 11559 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width); in Test1D() 11586 gl.copyTextureSubImage1D(m_to_1D_dst, -1, 0, 0, 0, s_width); in Test1D() 11594 gl.copyTextureSubImage1D(m_to_1D_dst, 0, -1, 0, 0, s_width); in Test1D() 11597 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 1, 0, 0, s_width); in Test1D() 11609 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width); in Test1D() 11625 gl.copyTextureSubImage1D(m_to_1D_dst, 0, 0, 0, 0, s_width); in Test1D() 11673 gl.copyTextureSubImage2D(m_to_1D_dst, 0, 0, 0, 0, 0, s_width, s_height); in Test2D() [all …]
|
D | gl4cDirectStateAccessTests.hpp | 6598 glw::GLuint m_to_1D_dst; member in gl4cts::DirectStateAccess::Textures::CopyErrorsTest
|