Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp479 class DepthRangeAPI : public glcts::TestCaseBase class
483 DepthRangeAPI(deqp::Context &context, const glcts::ExtParameters &extParams);
485 virtual ~DepthRangeAPI() in ~DepthRangeAPI()
H A DglcViewportArrayTests.cpp2121 const GLuint DepthRangeAPI::m_n_elements = 2 /* near + far */;
2127 DepthRangeAPI::DepthRangeAPI(deqp::Context &context, const glcts::ExtParameters &extParams) in DepthRangeAPI() function in glcts::ViewportArray::DepthRangeAPI
2137 tcu::TestNode::IterateResult DepthRangeAPI::iterate() in iterate()
2172 bool DepthRangeAPI::iterateHelper(T *) in iterateHelper()
2282 void DepthRangeAPI::compareDepthRanges(std::vector<T> &left, std::vector<T> &right, const GLchar *d… in compareDepthRanges()
2303 void DepthRangeAPI::getDepthRanges(Utils::DepthFuncWrapper &depthFunc, GLint max_viewports, std::ve… in getDepthRanges()
4813 addChild(new ViewportArray::DepthRangeAPI(m_context, m_extParams)); in init()