Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fShaderFramebufferFetchTests.cpp1137 class TextureLevelTestCase : public FramebufferFetchTestCase class
1140TextureLevelTestCase (Context& context, const char* name, const char* desc, deUint32 format);
1141 ~TextureLevelTestCase (void) {} in ~TextureLevelTestCase()
1151 TextureLevelTestCase::TextureLevelTestCase (Context& context, const char* name, const char* desc, d… in TextureLevelTestCase() function in deqp::gles31::Functional::__anon1aeaa71f0111::TextureLevelTestCase
1156 void TextureLevelTestCase::create2DTextureArrayMipMaps (const vector<tcu::Vec4>& colors) in create2DTextureArrayMipMaps()
1182 tcu::TextureLevel TextureLevelTestCase::genReferenceTexture (int level, const vector<tcu::Vec4>& co… in genReferenceTexture()
1191 void TextureLevelTestCase::genReferenceMipmap (const tcu::Vec4& color, tcu::TextureLevel& reference) in genReferenceMipmap()
1204 TextureLevelTestCase::IterateResult TextureLevelTestCase::iterate (void) in iterate()
1362 …basicTestGroup->addChild(new TextureLevelTestCase (m_context, "framebuffer_texture_level", "Fra… in init()