• Home
  • Raw
  • Download

Lines Matching refs:WriteParamValueReplay

314 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value);
317 void WriteParamValueReplay<ParamType::TGLboolean>(std::ostream &os,
322 void WriteParamValueReplay<ParamType::TvoidConstPointer>(std::ostream &os,
327 void WriteParamValueReplay<ParamType::TGLDEBUGPROCKHR>(std::ostream &os,
332 void WriteParamValueReplay<ParamType::TGLDEBUGPROC>(std::ostream &os,
337 void WriteParamValueReplay<ParamType::TBufferID>(std::ostream &os,
342 void WriteParamValueReplay<ParamType::TFenceNVID>(std::ostream &os,
347 void WriteParamValueReplay<ParamType::TFramebufferID>(std::ostream &os,
352 void WriteParamValueReplay<ParamType::TMemoryObjectID>(std::ostream &os,
357 void WriteParamValueReplay<ParamType::TProgramPipelineID>(std::ostream &os,
362 void WriteParamValueReplay<ParamType::TQueryID>(std::ostream &os,
367 void WriteParamValueReplay<ParamType::TRenderbufferID>(std::ostream &os,
372 void WriteParamValueReplay<ParamType::TSamplerID>(std::ostream &os,
377 void WriteParamValueReplay<ParamType::TSemaphoreID>(std::ostream &os,
382 void WriteParamValueReplay<ParamType::TShaderProgramID>(std::ostream &os,
387 void WriteParamValueReplay<ParamType::TTextureID>(std::ostream &os,
392 void WriteParamValueReplay<ParamType::TTransformFeedbackID>(std::ostream &os,
397 void WriteParamValueReplay<ParamType::TVertexArrayID>(std::ostream &os,
402 void WriteParamValueReplay<ParamType::TUniformLocation>(std::ostream &os,
407 void WriteParamValueReplay<ParamType::TGLsync>(std::ostream &os,
413 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value) in WriteParamValueReplay() function