Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DFrameCapture.cpp4065 void WriteParamValueReplay<ParamType::TGLboolean>(std::ostream &os, in WriteParamValueReplay() function
4083 void WriteParamValueReplay<ParamType::TvoidConstPointer>(std::ostream &os, in WriteParamValueReplay() function
4099 void WriteParamValueReplay<ParamType::TGLDEBUGPROCKHR>(std::ostream &os, in WriteParamValueReplay() function
4105 void WriteParamValueReplay<ParamType::TGLDEBUGPROC>(std::ostream &os, in WriteParamValueReplay() function
4111 void WriteParamValueReplay<ParamType::TBufferID>(std::ostream &os, in WriteParamValueReplay() function
4119 void WriteParamValueReplay<ParamType::TFenceNVID>(std::ostream &os, in WriteParamValueReplay() function
4127 void WriteParamValueReplay<ParamType::TFramebufferID>(std::ostream &os, in WriteParamValueReplay() function
4135 void WriteParamValueReplay<ParamType::TMemoryObjectID>(std::ostream &os, in WriteParamValueReplay() function
4143 void WriteParamValueReplay<ParamType::TProgramPipelineID>(std::ostream &os, in WriteParamValueReplay() function
4151 void WriteParamValueReplay<ParamType::TQueryID>(std::ostream &os, in WriteParamValueReplay() function
[all …]
DFrameCapture.h493 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value) in WriteParamValueReplay() function