Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5Tests.hpp35 class GPUShader5Tests : public glcts::TestCaseGroupBase class
39 GPUShader5Tests(glcts::Context& context, const ExtParameters& extParams);
40 virtual ~GPUShader5Tests(void) in ~GPUShader5Tests()
48 GPUShader5Tests(const GPUShader5Tests& other);
49 GPUShader5Tests& operator=(const GPUShader5Tests& other);
DesextcGPUShader5Tests.cpp42 GPUShader5Tests::GPUShader5Tests(glcts::Context& context, const ExtParameters& extParams) in GPUShader5Tests() function in glcts::GPUShader5Tests
51 void GPUShader5Tests::init(void) in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.hpp308 class GPUShader5Tests : public deqp::TestCaseGroup class
312 GPUShader5Tests(deqp::Context& context);
313 virtual ~GPUShader5Tests() in ~GPUShader5Tests()
321 GPUShader5Tests(const GPUShader5Tests&);
322 GPUShader5Tests& operator=(const GPUShader5Tests&);
Dgl3cGPUShader5Tests.cpp1162 GPUShader5Tests::GPUShader5Tests(deqp::Context& context) in GPUShader5Tests() function in gl3cts::GPUShader5Tests
1171 void GPUShader5Tests::init(void) in init()
Dgl3cTestPackages.cpp227 addChild(new gl3cts::GPUShader5Tests(getContext())); in init()
Dgl4cTestPackages.cpp367 addChild(new glcts::GPUShader5Tests(getContext(), extParams)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestPackage.cpp139 addChild(new glcts::GPUShader5Tests(getContext(), extParams)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
Des32cTestPackage.cpp173 coreGroup->addChild(new glcts::GPUShader5Tests(getContext(), extParams)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTestPackage.cpp224 coreGroup->addChild(new glcts::GPUShader5Tests(getContext(), extParams)); in init()