Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dcapture_gles_3_0_autogen.cpp903 ParamCapture binaryFormatParam("binaryFormat", ParamType::TGLenumPointer); in CaptureGetProgramBinary() local
904 InitParamValue(ParamType::TGLenumPointer, binaryFormat, &binaryFormatParam.value); in CaptureGetProgramBinary()
906 binaryFormat, binary, &binaryFormatParam); in CaptureGetProgramBinary()
907 paramBuffer.addParam(std::move(binaryFormatParam)); in CaptureGetProgramBinary()
Dcapture_gles_ext_autogen.cpp5229 ParamCapture binaryFormatParam("binaryFormat", ParamType::TGLenumPointer); in CaptureGetProgramBinaryOES() local
5230 InitParamValue(ParamType::TGLenumPointer, binaryFormat, &binaryFormatParam.value); in CaptureGetProgramBinaryOES()
5232 binaryFormat, binary, &binaryFormatParam); in CaptureGetProgramBinaryOES()
5233 paramBuffer.addParam(std::move(binaryFormatParam)); in CaptureGetProgramBinaryOES()