Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp63 , m_destination_texture(0) in FunctionalTest()
386 m_source_texture = m_destination_texture; in renderDataIntoMultisampledTexture()
388 m_destination_texture = 0; in renderDataIntoMultisampledTexture()
411 gl.genTextures(1, &m_destination_texture); in prepareDestinationTextureAndFramebuffer()
414 gl.bindTexture(target, m_destination_texture); in prepareDestinationTextureAndFramebuffer()
442 …ramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_destination_texture, 0); in prepareDestinationTextureAndFramebuffer()
453 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, target, m_destination_texture, 0); in prepareDestinationTextureAndFramebuffer()
462 gl.framebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_destination_texture, 0, 0); in prepareDestinationTextureAndFramebuffer()
794 if (m_destination_texture) in cleanDestinationTexture()
796 gl.deleteTextures(1, &m_destination_texture); in cleanDestinationTexture()
[all …]
Dgl3cTextureSizePromotion.hpp119 glw::GLuint m_destination_texture; //!< Destination Texture Object name. member in gl3cts::TextureSizePromotion::FunctionalTest