Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
Dcapture_gles_1_0_autogen.cpp92 ParamCapture eqnParam("eqn", ParamType::TGLfloatConstPointer); in CaptureClipPlanef() local
93 InitParamValue(ParamType::TGLfloatConstPointer, eqn, &eqnParam.value); in CaptureClipPlanef()
94 CaptureClipPlanef_eqn(glState, isCallValid, p, eqn, &eqnParam); in CaptureClipPlanef()
95 paramBuffer.addParam(std::move(eqnParam)); in CaptureClipPlanef()
99 ParamCapture eqnParam("eqn", ParamType::TGLfloatConstPointer); in CaptureClipPlanef() local
101 &eqnParam.value); in CaptureClipPlanef()
102 paramBuffer.addParam(std::move(eqnParam)); in CaptureClipPlanef()