Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
Dcapture_gles_3_2_autogen.cpp439 ParamCapture typesParam("types", ParamType::TGLenumPointer); in CaptureGetDebugMessageLog() local
440 InitParamValue(ParamType::TGLenumPointer, types, &typesParam.value); in CaptureGetDebugMessageLog()
442 severities, lengths, messageLog, &typesParam); in CaptureGetDebugMessageLog()
443 paramBuffer.addParam(std::move(typesParam)); in CaptureGetDebugMessageLog()
447 ParamCapture typesParam("types", ParamType::TGLenumPointer); in CaptureGetDebugMessageLog() local
449 &typesParam.value); in CaptureGetDebugMessageLog()
450 paramBuffer.addParam(std::move(typesParam)); in CaptureGetDebugMessageLog()
Dcapture_gles_3_2_params.cpp117 ParamCapture *typesParam) in CaptureGetDebugMessageLog_types() argument
Dcapture_gles_ext_autogen.cpp8060 ParamCapture typesParam("types", ParamType::TGLenumPointer); in CaptureGetDebugMessageLogKHR() local
8061 InitParamValue(ParamType::TGLenumPointer, types, &typesParam.value); in CaptureGetDebugMessageLogKHR()
8063 ids, severities, lengths, messageLog, &typesParam); in CaptureGetDebugMessageLogKHR()
8064 paramBuffer.addParam(std::move(typesParam)); in CaptureGetDebugMessageLogKHR()
8068 ParamCapture typesParam("types", ParamType::TGLenumPointer); in CaptureGetDebugMessageLogKHR() local
8070 &typesParam.value); in CaptureGetDebugMessageLogKHR()
8071 paramBuffer.addParam(std::move(typesParam)); in CaptureGetDebugMessageLogKHR()