Home
last modified time | relevance | path

Searched defs:WriteParamValueReplay (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/common/
Dframe_capture_utils.cpp178 void WriteParamValueReplay<ParamType::TGLboolean>(std::ostream &os, in WriteParamValueReplay() function
196 void WriteParamValueReplay<ParamType::TGLbooleanPointer>(std::ostream &os, in WriteParamValueReplay() function
211 void WriteParamValueReplay<ParamType::TvoidConstPointer>(std::ostream &os, in WriteParamValueReplay() function
226 void WriteParamValueReplay<ParamType::TvoidPointer>(std::ostream &os, in WriteParamValueReplay() function
241 void WriteParamValueReplay<ParamType::TGLfloatConstPointer>(std::ostream &os, in WriteParamValueReplay() function
256 void WriteParamValueReplay<ParamType::TGLintConstPointer>(std::ostream &os, in WriteParamValueReplay() function
271 void WriteParamValueReplay<ParamType::TGLsizeiPointer>(std::ostream &os, in WriteParamValueReplay() function
286 void WriteParamValueReplay<ParamType::TGLuintConstPointer>(std::ostream &os, in WriteParamValueReplay() function
301 void WriteParamValueReplay<ParamType::TGLDEBUGPROCKHR>(std::ostream &os, in WriteParamValueReplay() function
307 void WriteParamValueReplay<ParamType::TGLDEBUGPROC>(std::ostream &os, in WriteParamValueReplay() function
[all …]
Dframe_capture_utils.h380 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value) in WriteParamValueReplay() function