Searched refs:DepthRangeAPI (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp459 /** Implements test DepthRangeAPI, description follows:
475 class DepthRangeAPI : public glcts::TestCaseBase class in namespace:glcts::ViewportArray
479 DepthRangeAPI(deqp::Context& context, const glcts::ExtParameters& extParams);
481 virtual ~DepthRangeAPI()
H A DglcViewportArrayTests.cpp2114 /* Constants used by DepthRangeAPI */
2115 const GLuint DepthRangeAPI::m_n_elements = 2 /* near + far */;
2121 DepthRangeAPI::DepthRangeAPI(deqp::Context& context, const glcts::ExtParameters& extParams) function in class:glcts::ViewportArray::DepthRangeAPI
2131 tcu::TestNode::IterateResult DepthRangeAPI::iterate()
2166 bool DepthRangeAPI::iterateHelper(T*)
2276 void DepthRangeAPI::compareDepthRanges(std::vector<T>& left, std::vector<T>& right, const GLchar* description,
2297 void DepthRangeAPI::getDepthRanges(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, std::vector<T>& out_data)
4805 addChild(new ViewportArray::DepthRangeAPI(m_context, m_extParams));

Completed in 92 milliseconds