Home
last modified time | relevance | path

Searched refs:WriteParamValueReplay (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/capture/
Dframe_capture_utils_autogen.cpp22 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::TvoidConstPointer>(os, call, in WriteParamCaptureReplay()
37 WriteParamValueReplay<ParamType::TvoidConstPointer>(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 …]
DFrameCapture.h637 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value);
640 void WriteParamValueReplay<ParamType::TGLboolean>(std::ostream &os,
645 void WriteParamValueReplay<ParamType::TvoidConstPointer>(std::ostream &os,
650 void WriteParamValueReplay<ParamType::TGLfloatConstPointer>(std::ostream &os,
655 void WriteParamValueReplay<ParamType::TGLuintConstPointer>(std::ostream &os,
660 void WriteParamValueReplay<ParamType::TGLDEBUGPROCKHR>(std::ostream &os,
665 void WriteParamValueReplay<ParamType::TGLDEBUGPROC>(std::ostream &os,
670 void WriteParamValueReplay<ParamType::TBufferID>(std::ostream &os,
675 void WriteParamValueReplay<ParamType::TFenceNVID>(std::ostream &os,
680 void WriteParamValueReplay<ParamType::TFramebufferID>(std::ostream &os,
[all …]
DFrameCapture.cpp602 WriteParamValueReplay<ParamType::TBufferID>(callOut, call, bufferID); in WriteCppReplayForCall()
5855 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
[all …]