Searched defs:DepthFuncWrapper (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp220 class DepthFuncWrapper class in class:glcts::ViewportArray::Utils
223 DepthFuncWrapper(deqp::Context& context) : m_gl(context.getRenderContext().getFunctions()){}; function in class:glcts::ViewportArray::Utils::DepthFuncWrapper
224 ~DepthFuncWrapper(){};
320 void depthRangeArrayHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& test_result,
324 void depthRangeIndexedHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& test_result,
328 void getDepthHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& test_result,
369 void depthRangeInitialValuesHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& test_result,
495 void getDepthRanges(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, std::vector<T>& out_data);

Completed in 97 milliseconds