Home | History | Annotate | Download | only in opengl

Lines Matching refs:glDepthFunc

225 void CallLogWrapper::glDepthFunc (glw::GLenum param0)
228 m_log << TestLog::Message << "glDepthFunc(" << getCompareFuncStr(param0) << ");" << TestLog::EndMessage;