Lines Matching refs:TextureLayerTestCase
1289 class TextureLayerTestCase : public FramebufferFetchTestCase
1292 TextureLayerTestCase (Context& context, const char* name, const char* desc, deUint32 format);
1293 ~TextureLayerTestCase (void) {}
1302 TextureLayerTestCase::TextureLayerTestCase (Context& context, const char* name, const char* desc, deUint32 format)
1307 void TextureLayerTestCase::create2DTextureArrayLayers (const vector<tcu::Vec4>& colors)
1329 tcu::TextureLevel TextureLayerTestCase::genReferenceTexture (int layer, const vector<tcu::Vec4>& colors, const tcu::Vec4& uniformColor)
1345 TextureLayerTestCase::IterateResult TextureLayerTestCase::iterate (void)
1408 basicTestGroup->addChild(new TextureLayerTestCase (m_context, "framebuffer_texture_layer", "Framebuffer fetches with individual texture render target layers", GL_RGBA8));