Searched refs:ptrParam (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | capture_gles_3_2_autogen.cpp | 599 ParamCapture ptrParam("ptr", ParamType::TvoidConstPointer); in CaptureGetObjectPtrLabel() local 600 InitParamValue(ParamType::TvoidConstPointer, ptr, &ptrParam.value); in CaptureGetObjectPtrLabel() 601 CaptureGetObjectPtrLabel_ptr(glState, isCallValid, ptr, bufSize, length, label, &ptrParam); in CaptureGetObjectPtrLabel() 602 paramBuffer.addParam(std::move(ptrParam)); in CaptureGetObjectPtrLabel() 606 ParamCapture ptrParam("ptr", ParamType::TvoidConstPointer); in CaptureGetObjectPtrLabel() local 608 &ptrParam.value); in CaptureGetObjectPtrLabel() 609 paramBuffer.addParam(std::move(ptrParam)); in CaptureGetObjectPtrLabel() 956 ParamCapture ptrParam("ptr", ParamType::TvoidConstPointer); in CaptureObjectPtrLabel() local 957 InitParamValue(ParamType::TvoidConstPointer, ptr, &ptrParam.value); in CaptureObjectPtrLabel() 958 CaptureObjectPtrLabel_ptr(glState, isCallValid, ptr, length, label, &ptrParam); in CaptureObjectPtrLabel() [all …]
|
D | capture_gles_3_2_params.cpp | 212 ParamCapture *ptrParam) in CaptureGetObjectPtrLabel_ptr() argument 343 ParamCapture *ptrParam) in CaptureObjectPtrLabel_ptr() argument
|
D | capture_gles_ext_autogen.cpp | 8207 ParamCapture ptrParam("ptr", ParamType::TvoidConstPointer); in CaptureGetObjectPtrLabelKHR() local 8208 InitParamValue(ParamType::TvoidConstPointer, ptr, &ptrParam.value); in CaptureGetObjectPtrLabelKHR() 8210 &ptrParam); in CaptureGetObjectPtrLabelKHR() 8211 paramBuffer.addParam(std::move(ptrParam)); in CaptureGetObjectPtrLabelKHR() 8215 ParamCapture ptrParam("ptr", ParamType::TvoidConstPointer); in CaptureGetObjectPtrLabelKHR() local 8217 &ptrParam.value); in CaptureGetObjectPtrLabelKHR() 8218 paramBuffer.addParam(std::move(ptrParam)); in CaptureGetObjectPtrLabelKHR() 8328 ParamCapture ptrParam("ptr", ParamType::TvoidConstPointer); in CaptureObjectPtrLabelKHR() local 8329 InitParamValue(ParamType::TvoidConstPointer, ptr, &ptrParam.value); in CaptureObjectPtrLabelKHR() 8330 CaptureObjectPtrLabelKHR_ptr(glState, isCallValid, ptr, length, label, &ptrParam); in CaptureObjectPtrLabelKHR() [all …]
|