Home | History | Annotate | Download | only in opengl

Lines Matching refs:glPatchParameterfv

2795 void CallLogWrapper::glPatchParameterfv (glw::GLenum pname, const glw::GLfloat *values)
2798 m_log << TestLog::Message << "glPatchParameterfv(" << toHex(pname) << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(values))) << ");" << TestLog::EndMessage;