Lines Matching refs:GLES2ThreadedSharingTest

2949 class GLES2ThreadedSharingTest : public TestCase  class
2972GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const char* name, con…
2973 ~GLES2ThreadedSharingTest (void);
3005 GLES2ThreadedSharingTest::GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& conf… in GLES2ThreadedSharingTest() function in deqp::egl::GLES2ThreadedSharingTest
3023 GLES2ThreadedSharingTest::~GLES2ThreadedSharingTest (void) in ~GLES2ThreadedSharingTest()
3025 GLES2ThreadedSharingTest::deinit(); in ~GLES2ThreadedSharingTest()
3028 void GLES2ThreadedSharingTest::init (void) in init()
3130 void GLES2ThreadedSharingTest::addBufferOperations (void) in addBufferOperations()
3217 void GLES2ThreadedSharingTest::addTextureOperations (void) in addTextureOperations()
3321 void GLES2ThreadedSharingTest::addImageOperations (void) in addImageOperations()
3470 void GLES2ThreadedSharingTest::addShaderOperations (GLenum type) in addShaderOperations()
3513 void GLES2ThreadedSharingTest::addProgramOperations (void) in addProgramOperations()
3606 void GLES2ThreadedSharingTest::deinit (void) in deinit()
3625 tcu::TestCase::IterateResult GLES2ThreadedSharingTest::iterate (void) in iterate()
3770 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3772 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
3778 …bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "gen_delete", "Generate and delete… in addSimpleTests()
3782 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3784 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
3790 …bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "bufferdata", "Generate, set data … in addSimpleTests()
3794 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3796 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
3802 …bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "buffersubdata", "Generate, set da… in addSimpleTests()
3806 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3808 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
3814 …bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "bufferdata_render", "Generate, se… in addSimpleTests()
3818 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3820 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
3826 …bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "buffersubdata_render", "Generate,… in addSimpleTests()
3836 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3838 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3844 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "gen_delete", "Generate and delet… in addSimpleTests()
3848 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3850 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3856 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d", "Generate, set data… in addSimpleTests()
3860 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3862 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3868 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d", "Gene… in addSimpleTests()
3872 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3874 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3880 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d", "… in addSimpleTests()
3884 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3886 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3892 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_render", "Generate, s… in addSimpleTests()
3896 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3898 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3904 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d_render"… in addSimpleTests()
3908 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3910 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3916 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d_ren… in addSimpleTests()
3920 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3922 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3928 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d", "Generate, set … in addSimpleTests()
3932 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3934 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3940 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_texsubimage2d", "… in addSimpleTests()
3944 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3946 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3952 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_copytexsubimage2d… in addSimpleTests()
3956 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3958 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3964 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_render", "Generat… in addSimpleTests()
3968 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3970 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3976 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_texsubimage2d_ren… in addSimpleTests()
3980 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3982 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3988 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_copytexsubimage2d… in addSimpleTests()
3998 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4000 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_VERTEX_SHADER; in addSimpleTests()
4006 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_create_destroy", "Create and … in addSimpleTests()
4010 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4012 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_VERTEX_SHADER; in addSimpleTests()
4018 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_shadersource", "Create, set s… in addSimpleTests()
4022 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4024 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_VERTEX_SHADER; in addSimpleTests()
4030 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_compile", "Create, set source… in addSimpleTests()
4034 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4036 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_FRAGMENT_SHADER; in addSimpleTests()
4042 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_create_destroy", "Create and… in addSimpleTests()
4046 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4048 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_FRAGMENT_SHADER; in addSimpleTests()
4054 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_shadersource", "Create, set … in addSimpleTests()
4058 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4060 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_FRAGMENT_SHADER; in addSimpleTests()
4066 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_compile", "Create, set sourc… in addSimpleTests()
4076 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4078 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_PROGRAM; in addSimpleTests()
4084 …programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_destroy", "Create and del… in addSimpleTests()
4088 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4090 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_PROGRAM; in addSimpleTests()
4096 …programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "attach", "Create, attach shaders… in addSimpleTests()
4100 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4102 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_PROGRAM; in addSimpleTests()
4108 …programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "link", "Create, attach shaders, … in addSimpleTests()
4119 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4121 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4127 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_destroy", "Create a… in addSimpleTests()
4131 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4133 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4139 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_texture", "Create t… in addSimpleTests()
4143 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4145 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4151 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "texsubimage2d", "Modify te… in addSimpleTests()
4155 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4157 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4163 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copytexsubimage2d", "Modif… in addSimpleTests()
4167 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4169 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4175 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d", "Modify textu… in addSimpleTests()
4179 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4181 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4187 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d", "Modify t… in addSimpleTests()
4191 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4193 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4199 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_texture_render", "C… in addSimpleTests()
4203 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4205 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4211 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "texsubimage2d_render", "Mo… in addSimpleTests()
4215 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4217 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4223 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copytexsubimage2d_render",… in addSimpleTests()
4227 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4229 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4235 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_render", "Modif… in addSimpleTests()
4239 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4241 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4247 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_render", "M… in addSimpleTests()