Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp1343 class TextureLayerTestCase : public FramebufferFetchTestCase class
1346 TextureLayerTestCase(Context &context, const char *name, const char *desc, uint32_t format);
1347 ~TextureLayerTestCase(void) in ~TextureLayerTestCase()
1358 TextureLayerTestCase::TextureLayerTestCase(Context &context, const char *name, const char *desc, ui… in TextureLayerTestCase() function in deqp::gles31::Functional::__anon4fec83340111::TextureLayerTestCase
1363 void TextureLayerTestCase::create2DTextureArrayLayers(const vector<tcu::Vec4> &colors) in create2DTextureArrayLayers()
1386 tcu::TextureLevel TextureLayerTestCase::genReferenceTexture(int layer, const vector<tcu::Vec4> &col… in genReferenceTexture()
1404 TextureLayerTestCase::IterateResult TextureLayerTestCase::iterate(void) in iterate()
1478 new TextureLayerTestCase(m_context, "framebuffer_texture_layer", in init()