Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dframe_capture_utils_autogen.cpp323 case ParamType::TProvokingVertexConvention: in WriteParamCaptureReplay()
324 WriteParamValueReplay<ParamType::TProvokingVertexConvention>( in WriteParamCaptureReplay()
640 case ParamType::TProvokingVertexConvention: in ParamTypeToString()
Dframe_capture_utils_autogen.h102 TProvokingVertexConvention, enumerator
811 GetParamVal<ParamType::TProvokingVertexConvention, gl::ProvokingVertexConvention>(
1244 case ParamType::TProvokingVertexConvention: in AccessParamValue()
1245 return GetParamVal<ParamType::TProvokingVertexConvention, T>(value); in AccessParamValue()
1850 inline void SetParamVal<ParamType::TProvokingVertexConvention>(
2358 case ParamType::TProvokingVertexConvention: in InitParamValue()
2359 SetParamVal<ParamType::TProvokingVertexConvention>(valueIn, valueOut); in InitParamValue()
Dframe_capture_replay_autogen.cpp2434 params.getParam("modePacked", ParamType::TProvokingVertexConvention, 0) in ReplayCall()
Dcapture_gles_ext_autogen.cpp566 paramBuffer.addValueParam("modePacked", ParamType::TProvokingVertexConvention, modePacked); in CaptureProvokingVertexANGLE()