Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dcapture_gles_3_1_autogen.cpp463 ParamCapture propsParam("props", ParamType::TGLenumConstPointer); in CaptureGetProgramResourceiv() local
464 InitParamValue(ParamType::TGLenumConstPointer, props, &propsParam.value); in CaptureGetProgramResourceiv()
466 propCount, props, bufSize, length, params, &propsParam); in CaptureGetProgramResourceiv()
467 paramBuffer.addParam(std::move(propsParam)); in CaptureGetProgramResourceiv()