Searched defs:ShaderPrecisionTests (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderPrecisionTests.hpp35 class ShaderPrecisionTests : public TestCaseGroup class in namespace:deqp::gles3::Functional
38 ShaderPrecisionTests (Context& context);
39 virtual ~ShaderPrecisionTests (void);
44 ShaderPrecisionTests (const ShaderPrecisionTests&); // not allowed!
45 ShaderPrecisionTests& operator= (const ShaderPrecisionTests&); // not allowed!
H A Des3fShaderPrecisionTests.cpp844 ShaderPrecisionTests::ShaderPrecisionTests (Context& context) function in class:deqp::gles3::Functional::ShaderPrecisionTests
849 ShaderPrecisionTests::~ShaderPrecisionTests (void)
853 void ShaderPrecisionTests::init (void)

Completed in 132 milliseconds