Home
last modified time | relevance | path

Searched refs:m_to_2D_dst (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp11380 , 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 …]
Dgl4cDirectStateAccessTests.hpp6628 glw::GLuint m_to_2D_dst; member in gl4cts::DirectStateAccess::Textures::CopyErrorsTest