Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
Dcapture_gles_ext_autogen.cpp9691 ParamCapture exponentParam("exponent", ParamType::TGLintPointer); in CaptureQueryMatrixxOES() local
9692 InitParamValue(ParamType::TGLintPointer, exponent, &exponentParam.value); in CaptureQueryMatrixxOES()
9693 CaptureQueryMatrixxOES_exponent(glState, isCallValid, mantissa, exponent, &exponentParam); in CaptureQueryMatrixxOES()
9694 paramBuffer.addParam(std::move(exponentParam)); in CaptureQueryMatrixxOES()
9698 ParamCapture exponentParam("exponent", ParamType::TGLintPointer); in CaptureQueryMatrixxOES() local
9700 &exponentParam.value); in CaptureQueryMatrixxOES()
9701 paramBuffer.addParam(std::move(exponentParam)); in CaptureQueryMatrixxOES()