Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp5602 , m_to_dst(0) in CopyTest()
5800 gl.genTextures(1, &m_to_dst); in CreateDestinationTexture()
5803 gl.bindTexture(TextureTarget<1>(), m_to_dst); in CreateDestinationTexture()
5820 gl.genTextures(1, &m_to_dst); in CreateDestinationTexture()
5823 gl.bindTexture(TextureTarget<2>(), m_to_dst); in CreateDestinationTexture()
5841 gl.genTextures(1, &m_to_dst); in CreateDestinationTexture()
5844 gl.bindTexture(TextureTarget<3>(), m_to_dst); in CreateDestinationTexture()
5959 result &= CopyTextureSubImage1DAndCheckErrors(m_to_dst, 0, 0, 0, 0, s_texture_width / 2); in Test()
5960 …result &= CopyTextureSubImage1DAndCheckErrors(m_to_dst, 0, s_texture_width / 2, s_texture_width / … in Test()
5978 …result &= CopyTextureSubImage2DAndCheckErrors(m_to_dst, 0, 0, 0, 0, 0, s_texture_width / 2, s_text… in Test()
[all …]
Dgl4cDirectStateAccessTests.hpp5657 glw::GLuint m_to_dst; member in gl4cts::DirectStateAccess::Textures::CopyTest