Searched refs:TAlphaTestFunc (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/ |
D | frame_capture_utils_autogen.cpp | 21 case ParamType::TAlphaTestFunc: in WriteParamCaptureReplay() 22 WriteParamValueReplay<ParamType::TAlphaTestFunc>(os, call, in WriteParamCaptureReplay() 476 case ParamType::TAlphaTestFunc: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 20 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()
|
D | capture_gles_1_0_autogen.cpp | 30 paramBuffer.addValueParam("funcPacked", ParamType::TAlphaTestFunc, funcPacked); in CaptureAlphaFunc() 43 paramBuffer.addValueParam("funcPacked", ParamType::TAlphaTestFunc, funcPacked); in CaptureAlphaFuncx()
|
D | frame_capture_replay_autogen.cpp | 43 params.getParam("funcPacked", ParamType::TAlphaTestFunc, 0).value.AlphaTestFuncVal, in ReplayCall() 48 params.getParam("funcPacked", ParamType::TAlphaTestFunc, 0).value.AlphaTestFuncVal, in ReplayCall()
|