Searched refs:WriteParamValueReplay (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | frame_capture_utils_autogen.cpp | 22 WriteParamValueReplay<ParamType::TAlphaTestFunc>(os, call, in WriteParamCaptureReplay() 26 WriteParamValueReplay<ParamType::TBufferBinding>(os, call, in WriteParamCaptureReplay() 30 WriteParamValueReplay<ParamType::TBufferID>(os, call, param.value.BufferIDVal); in WriteParamCaptureReplay() 33 WriteParamValueReplay<ParamType::TBufferIDConstPointer>( in WriteParamCaptureReplay() 37 WriteParamValueReplay<ParamType::TBufferIDPointer>(os, call, in WriteParamCaptureReplay() 41 WriteParamValueReplay<ParamType::TBufferUsage>(os, call, param.value.BufferUsageVal); in WriteParamCaptureReplay() 44 WriteParamValueReplay<ParamType::TClientVertexArrayType>( in WriteParamCaptureReplay() 48 WriteParamValueReplay<ParamType::TCullFaceMode>(os, call, param.value.CullFaceModeVal); in WriteParamCaptureReplay() 51 WriteParamValueReplay<ParamType::TDrawElementsType>(os, call, in WriteParamCaptureReplay() 55 WriteParamValueReplay<ParamType::TFenceNVID>(os, call, param.value.FenceNVIDVal); in WriteParamCaptureReplay() [all …]
|
D | FrameCapture.h | 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, [all …]
|
D | FrameCapture.cpp | 509 WriteParamValueReplay<ParamType::TBufferID>(callOut, call, bufferID); in WriteCppReplayForCall() 3717 void WriteParamValueReplay<ParamType::TGLboolean>(std::ostream &os, in WriteParamValueReplay() function 3735 void WriteParamValueReplay<ParamType::TvoidConstPointer>(std::ostream &os, in WriteParamValueReplay() function 3751 void WriteParamValueReplay<ParamType::TGLDEBUGPROCKHR>(std::ostream &os, in WriteParamValueReplay() function 3757 void WriteParamValueReplay<ParamType::TGLDEBUGPROC>(std::ostream &os, in WriteParamValueReplay() function 3763 void WriteParamValueReplay<ParamType::TBufferID>(std::ostream &os, in WriteParamValueReplay() function 3771 void WriteParamValueReplay<ParamType::TFenceNVID>(std::ostream &os, in WriteParamValueReplay() function 3779 void WriteParamValueReplay<ParamType::TFramebufferID>(std::ostream &os, in WriteParamValueReplay() function 3787 void WriteParamValueReplay<ParamType::TMemoryObjectID>(std::ostream &os, in WriteParamValueReplay() function 3795 void WriteParamValueReplay<ParamType::TProgramPipelineID>(std::ostream &os, in WriteParamValueReplay() function [all …]
|