HomeSort by relevance Sort by last modified time
    Searched refs:DEPTHRANGE (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcViewportArrayTests.hpp 246 void depthRange(glw::GLfloat near, glw::GLfloat far)
251 void depthRange(glw::GLdouble near, glw::GLdouble far)
253 m_gl.depthRange(near, far);
472 * - change values of all indices at once with DepthRange;
585 DEPTHRANGE,
925 /** Implements test DepthRange, description follows:
960 class DepthRange : public DrawTestBase
964 DepthRange(deqp::Context& context, const glcts::ExtParameters& extParams);
965 virtual ~DepthRange()
983 * Modify DepthRange test in the following aspect
    [all...]
glcViewportArrayTests.cpp     [all...]

Completed in 95 milliseconds