Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcViewportArrayTests.hpp475 class DepthRangeAPI : public glcts::TestCaseBase class
479 DepthRangeAPI(deqp::Context& context, const glcts::ExtParameters& extParams);
481 virtual ~DepthRangeAPI() in ~DepthRangeAPI()
DglcViewportArrayTests.cpp2115 const GLuint DepthRangeAPI::m_n_elements = 2 /* near + far */;
2121 DepthRangeAPI::DepthRangeAPI(deqp::Context& context, const glcts::ExtParameters& extParams) in DepthRangeAPI() function in glcts::ViewportArray::DepthRangeAPI
2131 tcu::TestNode::IterateResult DepthRangeAPI::iterate() in iterate()
2166 bool DepthRangeAPI::iterateHelper(T*) in iterateHelper()
2276 void DepthRangeAPI::compareDepthRanges(std::vector<T>& left, std::vector<T>& right, const GLchar* d… in compareDepthRanges()
2297 void DepthRangeAPI::getDepthRanges(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, std::ve… in getDepthRanges()
4805 addChild(new ViewportArray::DepthRangeAPI(m_context, m_extParams)); in init()