Home | History | Annotate | Download | only in opengl

Lines Matching refs:glScissorIndexedv

3425 void CallLogWrapper::glScissorIndexedv (glw::GLuint index, const glw::GLint *v)
3428 m_log << TestLog::Message << "glScissorIndexedv(" << index << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(v))) << ");" << TestLog::EndMessage;