Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp5855 void WriteParamValueReplay<ParamType::TGLboolean>(std::ostream &os, in WriteParamValueReplay() function
5873 void WriteParamValueReplay<ParamType::TvoidConstPointer>(std::ostream &os, in WriteParamValueReplay() function
5889 void WriteParamValueReplay<ParamType::TGLfloatConstPointer>(std::ostream &os, in WriteParamValueReplay() function
5905 void WriteParamValueReplay<ParamType::TGLuintConstPointer>(std::ostream &os, in WriteParamValueReplay() function
5921 void WriteParamValueReplay<ParamType::TGLDEBUGPROCKHR>(std::ostream &os, in WriteParamValueReplay() function
5927 void WriteParamValueReplay<ParamType::TGLDEBUGPROC>(std::ostream &os, in WriteParamValueReplay() function
5933 void WriteParamValueReplay<ParamType::TBufferID>(std::ostream &os, in WriteParamValueReplay() function
5941 void WriteParamValueReplay<ParamType::TFenceNVID>(std::ostream &os, in WriteParamValueReplay() function
5949 void WriteParamValueReplay<ParamType::TFramebufferID>(std::ostream &os, in WriteParamValueReplay() function
5957 void WriteParamValueReplay<ParamType::TMemoryObjectID>(std::ostream &os, in WriteParamValueReplay() function
[all …]
DFrameCapture.h761 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value) in WriteParamValueReplay() function