Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp62 , m_source_texture(0) in FunctionalTest()
232 gl.genTextures(1, &m_source_texture); in prepareSourceTexture()
235 gl.bindTexture(target, m_source_texture); in prepareSourceTexture()
371 m_source_texture = m_destination_texture; in renderDataIntoMultisampledTexture()
476 gl.bindTexture(target, m_source_texture); in makeProgramAndSourceTextureActive()
506 gl.bindTexture(target, m_source_texture); in checkSourceTextureSizeAndType()
761 if (m_source_texture) in cleanSourceTexture()
763 gl.deleteTextures(1, &m_source_texture); in cleanSourceTexture()
766 m_source_texture = 0; in cleanSourceTexture()
Dgl3cTextureSizePromotion.hpp118 glw::GLuint m_source_texture; //!< Source Texture Object name. member in gl3cts::TextureSizePromotion::FunctionalTest