Home
last modified time | relevance | path

Searched refs:TAlphaTestFunc (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp21 case ParamType::TAlphaTestFunc: in WriteParamCaptureReplay()
22 WriteParamValueReplay<ParamType::TAlphaTestFunc>(os, call, in WriteParamCaptureReplay()
476 case ParamType::TAlphaTestFunc: in ParamTypeToString()
Dframe_capture_utils_autogen.h20 TAlphaTestFunc, enumerator
272 inline gl::AlphaTestFunc GetParamVal<ParamType::TAlphaTestFunc, gl::AlphaTestFunc>(
1080 case ParamType::TAlphaTestFunc: in AccessParamValue()
1081 return GetParamVal<ParamType::TAlphaTestFunc, T>(value); in AccessParamValue()
1327 inline void SetParamVal<ParamType::TAlphaTestFunc>(gl::AlphaTestFunc valueIn, ParamValue *valueOut)
2112 case ParamType::TAlphaTestFunc: in InitParamValue()
2113 SetParamVal<ParamType::TAlphaTestFunc>(valueIn, valueOut); in InitParamValue()
Dcapture_gles_1_0_autogen.cpp30 paramBuffer.addValueParam("funcPacked", ParamType::TAlphaTestFunc, funcPacked); in CaptureAlphaFunc()
43 paramBuffer.addValueParam("funcPacked", ParamType::TAlphaTestFunc, funcPacked); in CaptureAlphaFuncx()
Dframe_capture_replay_autogen.cpp43 params.getParam("funcPacked", ParamType::TAlphaTestFunc, 0).value.AlphaTestFuncVal, in ReplayCall()
48 params.getParam("funcPacked", ParamType::TAlphaTestFunc, 0).value.AlphaTestFuncVal, in ReplayCall()