Searched refs:TClipDepthMode (Results 1 – 3 of 3) sorted by relevance
51 case ParamType::TClipDepthMode: in WriteParamCaptureReplay()52 WriteParamValueReplay<ParamType::TClipDepthMode>(os, call, in WriteParamCaptureReplay()640 case ParamType::TClipDepthMode: in ParamTypeToString()
28 TClipDepthMode, enumerator413 inline gl::ClipDepthMode GetParamVal<ParamType::TClipDepthMode, gl::ClipDepthMode>(1458 case ParamType::TClipDepthMode: in AccessParamValue()1459 return GetParamVal<ParamType::TClipDepthMode, T>(value); in AccessParamValue()1828 inline void SetParamVal<ParamType::TClipDepthMode>(gl::ClipDepthMode valueIn, ParamValue *valueOut)2854 case ParamType::TClipDepthMode: in InitParamValue()2855 SetParamVal<ParamType::TClipDepthMode>(valueIn, valueOut); in InitParamValue()
5867 paramBuffer.addValueParam("depthPacked", ParamType::TClipDepthMode, depthPacked); in CaptureClipControlEXT()