Lines Matching refs:GLES2ThreadedSharingTest
3130 class GLES2ThreadedSharingTest : public TestCase class
3153 GLES2ThreadedSharingTest(EglTestContext &context, const TestConfig &config, const char *name,
3155 ~GLES2ThreadedSharingTest(void);
3187 GLES2ThreadedSharingTest::GLES2ThreadedSharingTest(EglTestContext &context, const TestConfig &confi… in GLES2ThreadedSharingTest() function in deqp::egl::GLES2ThreadedSharingTest
3206 GLES2ThreadedSharingTest::~GLES2ThreadedSharingTest(void) in ~GLES2ThreadedSharingTest()
3208 GLES2ThreadedSharingTest::deinit(); in ~GLES2ThreadedSharingTest()
3211 void GLES2ThreadedSharingTest::init(void) in init()
3314 void GLES2ThreadedSharingTest::addBufferOperations(void) in addBufferOperations()
3422 void GLES2ThreadedSharingTest::addTextureOperations(void) in addTextureOperations()
3551 void GLES2ThreadedSharingTest::addImageOperations(void) in addImageOperations()
3736 void GLES2ThreadedSharingTest::addShaderOperations(GLenum type) in addShaderOperations()
3786 void GLES2ThreadedSharingTest::addProgramOperations(void) in addProgramOperations()
3897 void GLES2ThreadedSharingTest::deinit(void) in deinit()
3916 tcu::TestCase::IterateResult GLES2ThreadedSharingTest::iterate(void) in iterate()
4067 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4069 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
4076 … new GLES2ThreadedSharingTest(ctx, config, "gen_delete", "Generate and delete buffer")); in addSimpleTests()
4080 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4082 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
4089 … new GLES2ThreadedSharingTest(ctx, config, "bufferdata", "Generate, set data and delete buffer")); in addSimpleTests()
4093 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4095 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
4101 bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "buffersubdata", in addSimpleTests()
4106 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4108 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
4114 bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "bufferdata_render", in addSimpleTests()
4119 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4121 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
4127 bufferTests->addChild(new GLES2ThreadedSharingTest( in addSimpleTests()
4138 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4140 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4147 … new GLES2ThreadedSharingTest(ctx, config, "gen_delete", "Generate and delete texture")); in addSimpleTests()
4151 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4153 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4160 … new GLES2ThreadedSharingTest(ctx, config, "teximage2d", "Generate, set data and delete texture")); in addSimpleTests()
4164 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4166 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4172 … textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d", in addSimpleTests()
4177 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4179 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4185 … textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d", in addSimpleTests()
4190 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4192 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4198 textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_render", in addSimpleTests()
4203 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4205 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4212 new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d_render", in addSimpleTests()
4217 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4219 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4226 new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d_render", in addSimpleTests()
4231 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4233 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4240 …new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d", "Generate, set data and delete texture… in addSimpleTests()
4244 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4246 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4252 … textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_texsubimage2d", in addSimpleTests()
4257 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4259 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4265 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_copytexsubimage2d… in addSimpleTests()
4270 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4272 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4278 … textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_render", in addSimpleTests()
4283 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4285 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4292 new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_texsubimage2d_render", in addSimpleTests()
4297 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4299 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
4306 new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_copytexsubimage2d_render", in addSimpleTests()
4317 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4319 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_VERTEX_SHADER; in addSimpleTests()
4326 … new GLES2ThreadedSharingTest(ctx, config, "vtx_create_destroy", "Create and delete shader")); in addSimpleTests()
4330 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4332 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_VERTEX_SHADER; in addSimpleTests()
4339 …new GLES2ThreadedSharingTest(ctx, config, "vtx_shadersource", "Create, set source and delete shade… in addSimpleTests()
4343 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4345 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_VERTEX_SHADER; in addSimpleTests()
4351 shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_compile", in addSimpleTests()
4356 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4358 … config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_FRAGMENT_SHADER; in addSimpleTests()
4365 … new GLES2ThreadedSharingTest(ctx, config, "frag_create_destroy", "Create and delete shader")); in addSimpleTests()
4369 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4371 … config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_FRAGMENT_SHADER; in addSimpleTests()
4378 …new GLES2ThreadedSharingTest(ctx, config, "frag_shadersource", "Create, set source and delete shad… in addSimpleTests()
4382 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4384 … config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_FRAGMENT_SHADER; in addSimpleTests()
4390 shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_compile", in addSimpleTests()
4401 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4403 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_PROGRAM; in addSimpleTests()
4410 … new GLES2ThreadedSharingTest(ctx, config, "create_destroy", "Create and delete program")); in addSimpleTests()
4414 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4416 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_PROGRAM; in addSimpleTests()
4423 … new GLES2ThreadedSharingTest(ctx, config, "attach", "Create, attach shaders and delete program")); in addSimpleTests()
4427 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4429 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_PROGRAM; in addSimpleTests()
4436 …new GLES2ThreadedSharingTest(ctx, config, "link", "Create, attach shaders, link and delete program… in addSimpleTests()
4448 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4450 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4457 … new GLES2ThreadedSharingTest(ctx, config, "create_destroy", "Create and destroy EGLImage.")); in addSimpleTests()
4461 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4463 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4470 … new GLES2ThreadedSharingTest(ctx, config, "create_texture", "Create texture from image.")); in addSimpleTests()
4474 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4476 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4482 textureSourceTests->addChild(new GLES2ThreadedSharingTest( in addSimpleTests()
4487 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4489 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4495 textureSourceTests->addChild(new GLES2ThreadedSharingTest( in addSimpleTests()
4500 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4502 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4508 textureSourceTests->addChild(new GLES2ThreadedSharingTest( in addSimpleTests()
4513 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4515 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4521 textureSourceTests->addChild(new GLES2ThreadedSharingTest( in addSimpleTests()
4526 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4528 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4534 … textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_texture_render", in addSimpleTests()
4539 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4541 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4547 … textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "texsubimage2d_render", in addSimpleTests()
4552 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4554 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4560 … textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copytexsubimage2d_render", in addSimpleTests()
4565 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4567 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4573 … textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_render", in addSimpleTests()
4578 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4580 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4586 … textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_render", in addSimpleTests()