Searched refs:m_to_2D_dst (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 11380 , m_to_2D_dst(0) in CopyErrorsTest() 11520 gl.createTextures(GL_TEXTURE_2D, 1, &m_to_2D_dst); in Prepare() 11523 gl.textureStorage2D(m_to_2D_dst, 1, s_internalformat, s_width, s_height); in Prepare() 11579 gl.copyTextureSubImage1D(m_to_2D_dst, 0, 0, 0, 0, s_width); in Test1D() 11653 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, 0, 0, 0, s_width, s_height); in Test2D() 11681 gl.copyTextureSubImage2D(m_to_2D_dst, -1, 0, 0, 0, 0, s_width, s_height); in Test2D() 11690 gl.copyTextureSubImage2D(m_to_2D_dst, 0, -1, 0, 0, 0, s_width, s_height); in Test2D() 11693 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 1, 0, 0, 0, s_width, s_height); in Test2D() 11698 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, -1, 0, 0, s_width, s_height); in Test2D() 11701 gl.copyTextureSubImage2D(m_to_2D_dst, 0, 0, 1, 0, 0, s_width, s_height); in Test2D() [all …]
|
D | gl4cDirectStateAccessTests.hpp | 6628 glw::GLuint m_to_2D_dst; member in gl4cts::DirectStateAccess::Textures::CopyErrorsTest
|