Searched defs:depthRange (Results 1 – 7 of 7) sorted by relevance
456 TVariable *depthRange = new TVariable(NewPoolTString("gl_DepthRange"), TType(depthRangeStruct)); in InsertBuiltInFunctions() local
246 void depthRange(glw::GLfloat near, glw::GLfloat far) in depthRange() function in glcts::ViewportArray::Utils::DepthFuncWrapper251 void depthRange(glw::GLdouble near, glw::GLdouble far) in depthRange() function in glcts::ViewportArray::Utils::DepthFuncWrapper
170 float depthRange; member
189 float depthRange; member
525 void GLContext::depthRange (double n, double f) in depthRange() function in sglr::GLContext
2828 void ReferenceContext::depthRange (double n, double f) in depthRange() function in sglr::ReferenceContext
159 glDepthRangeFunc depthRange; variable