Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp47 case ParamType::TCullFaceMode: in WriteParamCaptureReplay()
48 WriteParamValueReplay<ParamType::TCullFaceMode>(os, call, param.value.CullFaceModeVal); in WriteParamCaptureReplay()
490 case ParamType::TCullFaceMode: in ParamTypeToString()
Dframe_capture_utils_autogen.h27 TCullFaceMode, enumerator
320 inline gl::CullFaceMode GetParamVal<ParamType::TCullFaceMode, gl::CullFaceMode>(
1094 case ParamType::TCullFaceMode: in AccessParamValue()
1095 return GetParamVal<ParamType::TCullFaceMode, T>(value); in AccessParamValue()
1371 inline void SetParamVal<ParamType::TCullFaceMode>(gl::CullFaceMode valueIn, ParamValue *valueOut)
2133 case ParamType::TCullFaceMode: in InitParamValue()
2134 SetParamVal<ParamType::TCullFaceMode>(valueIn, valueOut); in InitParamValue()
Dcapture_gles_2_0_autogen.cpp464 paramBuffer.addValueParam("modePacked", ParamType::TCullFaceMode, modePacked); in CaptureCullFace()
Dframe_capture_replay_autogen.cpp509 params.getParam("modePacked", ParamType::TCullFaceMode, 0).value.CullFaceModeVal); in ReplayCall()