Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSizePromotion.cpp62 , m_source_texture(0) in FunctionalTest()
241 gl.genTextures(1, &m_source_texture); in prepareSourceTexture()
244 gl.bindTexture(target, m_source_texture); in prepareSourceTexture()
400 m_source_texture = m_destination_texture; in renderDataIntoMultisampledTexture()
508 gl.bindTexture(target, m_source_texture); in makeProgramAndSourceTextureActive()
538 gl.bindTexture(target, m_source_texture); in checkSourceTextureSizeAndType()
791 if (m_source_texture) in cleanSourceTexture()
793 gl.deleteTextures(1, &m_source_texture); in cleanSourceTexture()
796 m_source_texture = 0; in cleanSourceTexture()
H A Dgl3cTextureSizePromotion.hpp118 glw::GLuint m_source_texture; //!< Source Texture Object name. member in gl3cts::TextureSizePromotion::FunctionalTest