Lines Matching refs:GLES2ThreadedSharingTest

2934 class GLES2ThreadedSharingTest : public TestCase  class
2957GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const char* name, con…
2958 ~GLES2ThreadedSharingTest (void);
2990 GLES2ThreadedSharingTest::GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& conf… in GLES2ThreadedSharingTest() function in deqp::egl::GLES2ThreadedSharingTest
3008 GLES2ThreadedSharingTest::~GLES2ThreadedSharingTest (void) in ~GLES2ThreadedSharingTest()
3010 GLES2ThreadedSharingTest::deinit(); in ~GLES2ThreadedSharingTest()
3013 void GLES2ThreadedSharingTest::init (void) in init()
3115 void GLES2ThreadedSharingTest::addBufferOperations (void) in addBufferOperations()
3202 void GLES2ThreadedSharingTest::addTextureOperations (void) in addTextureOperations()
3306 void GLES2ThreadedSharingTest::addImageOperations (void) in addImageOperations()
3455 void GLES2ThreadedSharingTest::addShaderOperations (GLenum type) in addShaderOperations()
3498 void GLES2ThreadedSharingTest::addProgramOperations (void) in addProgramOperations()
3591 void GLES2ThreadedSharingTest::deinit (void) in deinit()
3610 tcu::TestCase::IterateResult GLES2ThreadedSharingTest::iterate (void) in iterate()
3753 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3755 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
3761 …bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "gen_delete", "Generate and delete… in addSimpleTests()
3765 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3767 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
3773 …bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "bufferdata", "Generate, set data … in addSimpleTests()
3777 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3779 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
3785 …bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "buffersubdata", "Generate, set da… in addSimpleTests()
3789 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3791 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
3797 …bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "bufferdata_render", "Generate, se… in addSimpleTests()
3801 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3803 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests()
3809 …bufferTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "buffersubdata_render", "Generate,… in addSimpleTests()
3819 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3821 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3827 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "gen_delete", "Generate and delet… in addSimpleTests()
3831 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3833 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3839 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d", "Generate, set data… in addSimpleTests()
3843 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3845 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3851 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d", "Gene… in addSimpleTests()
3855 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3857 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3863 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d", "… in addSimpleTests()
3867 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3869 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3875 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_render", "Generate, s… in addSimpleTests()
3879 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3881 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3887 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_texsubimage2d_render"… in addSimpleTests()
3891 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3893 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3899 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_copytexsubimage2d_ren… in addSimpleTests()
3903 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3905 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3911 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d", "Generate, set … in addSimpleTests()
3915 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3917 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3923 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_texsubimage2d", "… in addSimpleTests()
3927 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3929 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3935 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_copytexsubimage2d… in addSimpleTests()
3939 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3941 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3947 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_render", "Generat… in addSimpleTests()
3951 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3953 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3959 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_texsubimage2d_ren… in addSimpleTests()
3963 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3965 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests()
3971 …textureTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_copytexsubimage2d… in addSimpleTests()
3981 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3983 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_VERTEX_SHADER; in addSimpleTests()
3989 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_create_destroy", "Create and … in addSimpleTests()
3993 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
3995 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_VERTEX_SHADER; in addSimpleTests()
4001 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_shadersource", "Create, set s… in addSimpleTests()
4005 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4007 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_VERTEX_SHADER; in addSimpleTests()
4013 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "vtx_compile", "Create, set source… in addSimpleTests()
4017 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4019 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_FRAGMENT_SHADER; in addSimpleTests()
4025 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_create_destroy", "Create and… in addSimpleTests()
4029 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4031 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_FRAGMENT_SHADER; in addSimpleTests()
4037 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_shadersource", "Create, set … in addSimpleTests()
4041 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4043 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_FRAGMENT_SHADER; in addSimpleTests()
4049 …shaderTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "frag_compile", "Create, set sourc… in addSimpleTests()
4059 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4061 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_PROGRAM; in addSimpleTests()
4067 …programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_destroy", "Create and del… in addSimpleTests()
4071 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4073 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_PROGRAM; in addSimpleTests()
4079 …programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "attach", "Create, attach shaders… in addSimpleTests()
4083 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4085 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_PROGRAM; in addSimpleTests()
4091 …programTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "link", "Create, attach shaders, … in addSimpleTests()
4102 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4104 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4110 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_destroy", "Create a… in addSimpleTests()
4114 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4116 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4122 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_texture", "Create t… in addSimpleTests()
4126 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4128 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4134 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "texsubimage2d", "Modify te… in addSimpleTests()
4138 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4140 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4146 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copytexsubimage2d", "Modif… in addSimpleTests()
4150 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4152 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4158 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d", "Modify textu… in addSimpleTests()
4162 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4164 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4170 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d", "Modify t… in addSimpleTests()
4174 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4176 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4182 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "create_texture_render", "C… in addSimpleTests()
4186 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4188 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4194 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "texsubimage2d_render", "Mo… in addSimpleTests()
4198 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4200 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4206 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copytexsubimage2d_render",… in addSimpleTests()
4210 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4212 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4218 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "teximage2d_render", "Modif… in addSimpleTests()
4222 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests()
4224 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_IMAGE; in addSimpleTests()
4230 …textureSourceTests->addChild(new GLES2ThreadedSharingTest(ctx, config, "copyteximage2d_render", "M… in addSimpleTests()