Home
last modified time | relevance | path

Searched refs:APIErrors (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.cpp61 addChild(new TransformFeedback::APIErrors(m_context)); in Tests()
107 gl3cts::TransformFeedback::APIErrors::APIErrors(deqp::Context& context) in APIErrors() function in gl3cts::TransformFeedback::APIErrors
127 gl3cts::TransformFeedback::APIErrors::~APIErrors(void) in ~APIErrors()
131 tcu::TestNode::IterateResult gl3cts::TransformFeedback::APIErrors::iterate(void) in iterate()
380 bool gl3cts::TransformFeedback::APIErrors::testExtension1(void) in testExtension1()
970 bool gl3cts::TransformFeedback::APIErrors::testExtension2(void) in testExtension2()
1187 bool gl3cts::TransformFeedback::APIErrors::testExtension3(void) in testExtension3()
1362 bool gl3cts::TransformFeedback::APIErrors::testInstanced(void) in testInstanced()
1625 const glw::GLchar* gl3cts::TransformFeedback::APIErrors::m_tessellation_control_shader =
1636 const glw::GLchar* gl3cts::TransformFeedback::APIErrors::m_tessellation_evaluation_shader =
[all …]
Dgl3cTransformFeedbackTests.hpp70 class APIErrors : public deqp::TestCase class
73 APIErrors(deqp::Context& context);
74 ~APIErrors(void);
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcViewportArrayTests.hpp305 class APIErrors : public glcts::TestCaseBase class
309 APIErrors(deqp::Context& context, const glcts::ExtParameters& extParams);
311 virtual ~APIErrors() in ~APIErrors()
DglcViewportArrayTests.cpp964 APIErrors::APIErrors(deqp::Context& context, const glcts::ExtParameters& extParams) in APIErrors() function in glcts::ViewportArray::APIErrors
971 void APIErrors::depthRangeArrayHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool… in depthRangeArrayHelper()
996 void APIErrors::depthRangeIndexedHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bo… in depthRangeIndexedHelper()
1012 void APIErrors::getDepthHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool& test_… in getDepthHelper()
1027 tcu::TestNode::IterateResult APIErrors::iterate() in iterate()
1395 void APIErrors::checkGLError(GLenum expected_error, const GLchar* description, bool& out_result) in checkGLError()
4801 addChild(new ViewportArray::APIErrors(m_context, m_extParams)); in init()