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

/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp495 void getDepthRanges(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, std::vector<T>& out_data);
H A DglcViewportArrayTests.cpp2190 getDepthRanges(depthFunc, max_viewports, depth_range_data_a);
2201 getDepthRanges(depthFunc, max_viewports, depth_range_data_b);
2217 getDepthRanges(depthFunc, max_viewports, depth_range_data_a);
2245 getDepthRanges(depthFunc, max_viewports, depth_range_data_a);
2262 getDepthRanges(depthFunc, max_viewports, depth_range_data_b);
2297 void DepthRangeAPI::getDepthRanges(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, std::vector<T>& out_data) function in class:glcts::ViewportArray::DepthRangeAPI

Completed in 219 milliseconds