HomeSort by relevance Sort by last modified time
    Searched refs:APIErrors (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcViewportArrayTests.hpp 276 /** Implements test APIErrors, description follows:
305 class APIErrors : public glcts::TestCaseBase
309 APIErrors(deqp::Context& context, const glcts::ExtParameters& extParams);
311 virtual ~APIErrors()
    [all...]
glcViewportArrayTests.cpp 964 APIErrors::APIErrors(deqp::Context& context, const glcts::ExtParameters& extParams)
971 void APIErrors::depthRangeArrayHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool& test_result, T*)
996 void APIErrors::depthRangeIndexedHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool& test_result, T*)
1012 void APIErrors::getDepthHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool& test_result, T*)
1027 tcu::TestNode::IterateResult APIErrors::iterate()
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackTests.hpp 61 /** APIErrors
70 class APIErrors : public deqp::TestCase
73 APIErrors(deqp::Context& context);
74 ~APIErrors(void);
    [all...]
gl3cTransformFeedbackTests.cpp 61 addChild(new TransformFeedback::APIErrors(m_context));
107 gl3cts::TransformFeedback::APIErrors::APIErrors(deqp::Context& context)
127 gl3cts::TransformFeedback::APIErrors::~APIErrors(void)
131 tcu::TestNode::IterateResult gl3cts::TransformFeedback::APIErrors::iterate(void)
373 bool gl3cts::TransformFeedback::APIErrors::testExtension1(void)
963 bool gl3cts::TransformFeedback::APIErrors::testExtension2(void)
    [all...]

Completed in 456 milliseconds