Searched refs:TextureBufferCase (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsTextureBufferCase.hpp63 class TextureBufferCase : public tcu::TestCase class in namespace:deqp::gls
66 TextureBufferCase (tcu::TestContext& testCtx,
78 ~TextureBufferCase (void);
H A DglsTextureBufferCase.cpp922 TextureBufferCase::TextureBufferCase (tcu::TestContext& testCtx, function in class:deqp::gls::TextureBufferCase
949 TextureBufferCase::~TextureBufferCase (void)
951 TextureBufferCase::deinit();
954 void TextureBufferCase::init (void)
995 void TextureBufferCase::deinit (void)
1007 tcu::TestCase::IterateResult TextureBufferCase::iterate (void)
/external/deqp/modules/gles31/functional/
H A Des31fTextureBufferTests.cpp36 using deqp::gls::TextureBufferCase;
189 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
198 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
208 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
230 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
239 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
249 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
272 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, renderType, name.c_str(), name.c_str()));
295 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, renderType, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));

Completed in 290 milliseconds