Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A Dframe_capture_utils_autogen.cpp51 case ParamType::TClipDepthMode: in WriteParamCaptureReplay()
52 WriteParamValueReplay<ParamType::TClipDepthMode>(os, call, in WriteParamCaptureReplay()
640 case ParamType::TClipDepthMode: in ParamTypeToString()
H A Dframe_capture_utils_autogen.h28 TClipDepthMode, enumerator
413 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()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_ext_autogen.cpp5867 paramBuffer.addValueParam("depthPacked", ParamType::TClipDepthMode, depthPacked); in CaptureClipControlEXT()