Lines Matching refs:WriteParamValueReplay
637 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value);
640 void WriteParamValueReplay<ParamType::TGLboolean>(std::ostream &os,
645 void WriteParamValueReplay<ParamType::TvoidConstPointer>(std::ostream &os,
650 void WriteParamValueReplay<ParamType::TGLfloatConstPointer>(std::ostream &os,
655 void WriteParamValueReplay<ParamType::TGLuintConstPointer>(std::ostream &os,
660 void WriteParamValueReplay<ParamType::TGLDEBUGPROCKHR>(std::ostream &os,
665 void WriteParamValueReplay<ParamType::TGLDEBUGPROC>(std::ostream &os,
670 void WriteParamValueReplay<ParamType::TBufferID>(std::ostream &os,
675 void WriteParamValueReplay<ParamType::TFenceNVID>(std::ostream &os,
680 void WriteParamValueReplay<ParamType::TFramebufferID>(std::ostream &os,
685 void WriteParamValueReplay<ParamType::TMemoryObjectID>(std::ostream &os,
690 void WriteParamValueReplay<ParamType::TProgramPipelineID>(std::ostream &os,
695 void WriteParamValueReplay<ParamType::TQueryID>(std::ostream &os,
700 void WriteParamValueReplay<ParamType::TRenderbufferID>(std::ostream &os,
705 void WriteParamValueReplay<ParamType::TSamplerID>(std::ostream &os,
710 void WriteParamValueReplay<ParamType::TSemaphoreID>(std::ostream &os,
715 void WriteParamValueReplay<ParamType::TShaderProgramID>(std::ostream &os,
720 void WriteParamValueReplay<ParamType::TTextureID>(std::ostream &os,
725 void WriteParamValueReplay<ParamType::TTransformFeedbackID>(std::ostream &os,
730 void WriteParamValueReplay<ParamType::TVertexArrayID>(std::ostream &os,
735 void WriteParamValueReplay<ParamType::TUniformLocation>(std::ostream &os,
740 void WriteParamValueReplay<ParamType::TUniformBlockIndex>(std::ostream &os,
745 void WriteParamValueReplay<ParamType::TGLsync>(std::ostream &os,
750 void WriteParamValueReplay<ParamType::TGLeglImageOES>(std::ostream &os,
755 void WriteParamValueReplay<ParamType::TGLubyte>(std::ostream &os,
761 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value) in WriteParamValueReplay() function