Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp972 class TextureViewTestReferenceCounting : public deqp::TestCase class
976 TextureViewTestReferenceCounting(deqp::Context& context);
Dgl4cTextureViewTests.cpp9831 TextureViewTestReferenceCounting::TextureViewTestReferenceCounting(deqp::Context& context) in TextureViewTestReferenceCounting() function in gl4cts::TextureViewTestReferenceCounting
9864 void TextureViewTestReferenceCounting::deinit() in deinit()
9919 void TextureViewTestReferenceCounting::initProgram() in initProgram()
10016 void TextureViewTestReferenceCounting::initTextures() in initTextures()
10081 void TextureViewTestReferenceCounting::initTest() in initTest()
10106 void TextureViewTestReferenceCounting::initXFB() in initXFB()
10136 tcu::TestNode::IterateResult TextureViewTestReferenceCounting::iterate() in iterate()
10345 addChild(new TextureViewTestReferenceCounting(m_context)); in init()