Searched refs:TCullFaceMode (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/ |
D | frame_capture_utils_autogen.cpp | 47 case ParamType::TCullFaceMode: in WriteParamCaptureReplay() 48 WriteParamValueReplay<ParamType::TCullFaceMode>(os, call, param.value.CullFaceModeVal); in WriteParamCaptureReplay() 490 case ParamType::TCullFaceMode: in ParamTypeToString()
|
D | frame_capture_utils_autogen.h | 27 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()
|
D | capture_gles_2_0_autogen.cpp | 464 paramBuffer.addValueParam("modePacked", ParamType::TCullFaceMode, modePacked); in CaptureCullFace()
|
D | frame_capture_replay_autogen.cpp | 509 params.getParam("modePacked", ParamType::TCullFaceMode, 0).value.CullFaceModeVal); in ReplayCall()
|