Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.hpp972 class TextureViewTestReferenceCounting : public deqp::TestCase class
976 TextureViewTestReferenceCounting(deqp::Context &context);
H A Dgl4cTextureViewTests.cpp9839 TextureViewTestReferenceCounting::TextureViewTestReferenceCounting(deqp::Context &context) in TextureViewTestReferenceCounting() function in gl4cts::TextureViewTestReferenceCounting
9872 void TextureViewTestReferenceCounting::deinit() in deinit()
9927 void TextureViewTestReferenceCounting::initProgram() in initProgram()
10024 void TextureViewTestReferenceCounting::initTextures() in initTextures()
10089 void TextureViewTestReferenceCounting::initTest() in initTest()
10114 void TextureViewTestReferenceCounting::initXFB() in initXFB()
10144 tcu::TestNode::IterateResult TextureViewTestReferenceCounting::iterate() in iterate()
10353 addChild(new TextureViewTestReferenceCounting(m_context)); in init()